Skip to content

Commit b648877

Browse files
authored
Fix typo in README
- line 111 : `bootstap` -> `bootstrap`
1 parent 3a2cb89 commit b648877

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ output (not zipped) is available under `target/lambda/{profile}/output/{your-lam
107107
You will see both `bootstrap` and `bootstrap.debug` files there.
108108
> **⚠️ Note:** `PACKAGE=false` prevents `package` hook from running.
109109
110-
You can then invoke this bootstap executable for the `provided.al2` AWS lambda runtime with a one off container.
110+
You can then invoke this bootstrap executable for the `provided.al2` AWS lambda runtime with a one off container.
111111

112112
```sh
113113
# Build your function skipping the zip creation step

0 commit comments

Comments
 (0)