aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/asset_pipeline.md
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2019-02-11 17:03:10 +0900
committerRyuta Kamizono <kamipo@gmail.com>2019-02-11 17:03:10 +0900
commit713cee01a5391b1ca56e25883c6c172ae59d7020 (patch)
tree3f1b270093ae211057d0aa8e174cf9926cfb837d /guides/source/asset_pipeline.md
parent825d70b4069df3411b77636c98ca668292bbc03a (diff)
downloadrails-713cee01a5391b1ca56e25883c6c172ae59d7020.tar.gz
rails-713cee01a5391b1ca56e25883c6c172ae59d7020.tar.bz2
rails-713cee01a5391b1ca56e25883c6c172ae59d7020.zip
Fix typo a -> an, an -> a [ci skip]
Diffstat (limited to 'guides/source/asset_pipeline.md')
-rw-r--r--guides/source/asset_pipeline.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/asset_pipeline.md b/guides/source/asset_pipeline.md
index e7faa5c330..9f8edea598 100644
--- a/guides/source/asset_pipeline.md
+++ b/guides/source/asset_pipeline.md
@@ -745,7 +745,7 @@ mapping requests back to Sprockets. A typical manifest file looks like:
The default location for the manifest is the root of the location specified in
`config.assets.prefix` ('/assets' by default).
-NOTE: If there are missing precompiled files in production you will get an
+NOTE: If there are missing precompiled files in production you will get a
`Sprockets::Helpers::RailsHelper::AssetPaths::AssetNotPrecompiledError`
exception indicating the name of the missing file(s).