Skip to content

Commit 1b34828

Browse files
authored
Merge pull request softprops#67 from Veetaha/patch-1
Fix typo
2 parents fb20a5e + 570c4f8 commit 1b34828

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ $ curl -d '{}' \
131131
http://localhost:9001/2015-03-31/functions/myfunction/invocations
132132
```
133133

134-
You can also the `aws` cli to invoke your function locally. The `--payload` is a means of providing your function's input.
134+
You can also use the `aws` cli to invoke your function locally. The `--payload` is a means of providing your function's input.
135135

136136
```sh
137137
$ aws lambda invoke \

0 commit comments

Comments
 (0)