Skip to content

Commit 2224a06

Browse files
committed
fix a space in the assets guide
1 parent 9d091c0 commit 2224a06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

railties/guides/source/asset_pipeline.textile

+1-1
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ This can be changed with the +config.assets.manifest+ option. A fully specified
398398
config.assets.manifest = '/path/to/some/other/location'
399399
</erb>
400400

401-
NOTE: If there are missing precompiled files in production you will get an <tt>Sprockets::Helpers::RailsHelper:: AssetPaths::AssetNotPrecompiledError</tt> exception indicating the name of the missing file(s).
401+
NOTE: If there are missing precompiled files in production you will get an <tt>Sprockets::Helpers::RailsHelper::AssetPaths::AssetNotPrecompiledError</tt> exception indicating the name of the missing file(s).
402402

403403
h5. Server Configuration
404404

0 commit comments

Comments
 (0)