Skip to content

Commit

Permalink
Fix typo: flags -> flag (#1218)
Browse files Browse the repository at this point in the history
  • Loading branch information
jlmuir authored Sep 9, 2023
1 parent 2b77d83 commit fd08bee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/guides/deploying.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ As a result, bundler comes with a `--deployment` flag that encapsulates the
best practices for using bundler in a deployment environment. These practices are based
on significant feedback we have received during the development of bundler, as well as a
number of bug reports that mostly reflected a misunderstanding of how to best configure
bundler for deployment. The `--deployment` flags adds the following defaults:
bundler for deployment. The `--deployment` flag adds the following defaults:

- Instead of installing gems to the system location, bundler will install gems to
`vendor/bundle` inside your application. Bundler will transparently remember
Expand Down

0 comments on commit fd08bee

Please sign in to comment.