We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 855e325 commit 29e7542Copy full SHA for 29e7542
README.md
@@ -12,7 +12,7 @@ into your bash scripts using `source`.
12
13
Once you have `bash-commons` installed (see the [install instructions](#install)), you use `source` to import the
14
modules and start calling the functions within them. Before you import any modules, make sure you `source` the
15
-`bootstrap.sh` file which sets some important defaults which encourages good code:
+`bootstrap.sh` file which sets some important defaults to encourage good code:
16
17
```bash
18
source /opt/gruntwork/bash-commons/bootstrap.sh
0 commit comments