Skip to content

Commit a2793c2

Browse files
authored
docs: fix typo in recipe spec (#1687)
1 parent f264a45 commit a2793c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/recipe_file.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ The recipe spec has the following parts:
5555
build the recipe
5656
- [x] `build`: defines how to build the recipe and what build number to use
5757
- [x] `requirements`: defines requirements of the top-level package
58-
- [x] `test`: defines tests for the top-level package
58+
- [x] `tests`: defines tests for the top-level package
5959
- [x] `outputs`: a recipe can have multiple outputs. Each output can and should
6060
have a `package`, `requirements` and `test` section
6161

0 commit comments

Comments
 (0)