Fix typo in readme: Recipe -> recipe (#805)

This commit is contained in:
Casey Rodarmor 2021-04-24 18:41:36 -07:00 committed by GitHub
parent 67bd318bf9
commit b8a65149be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -432,7 +432,7 @@ goodbye
==== Positional Arguments
If `positional-arguments` is `true`, recipe arguments will be passed as positional arguments to commands. For linewise recipes, argument `$0` will be the name of the Recipe.
If `positional-arguments` is `true`, recipe arguments will be passed as positional arguments to commands. For linewise recipes, argument `$0` will be the name of the recipe.
For example, running this recipe: