From fd08bee3004d59db4ffa27202cdf74ed801d1715 Mon Sep 17 00:00:00 2001 From: "J. Lewis Muir" Date: Sat, 9 Sep 2023 10:13:24 -0500 Subject: [PATCH] Fix typo: flags -> flag (#1218) --- source/guides/deploying.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/guides/deploying.html.md b/source/guides/deploying.html.md index 57e205b34e..97dea929e2 100644 --- a/source/guides/deploying.html.md +++ b/source/guides/deploying.html.md @@ -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