File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ defmodule Scenic.Assets.Static do
2222 * __Assets Directory__: Typically `/assets` in your main app source directory. This is the
2323 folder that holds your raw asset files.
2424 * __Assets Module__: A module in your application that builds and holds the asset library.
25- * __Assets Config__: Configuration scripts in your application that indicates where the
25+ * __Assets Config__: Configuration scripts in your application that indicates where the
2626 assets directory is and your assets module.
2727
2828 #### Assets Directory
@@ -98,7 +98,7 @@ defmodule Scenic.Assets.Static do
9898
9999
100100 IMPORTANT NOTE: When you add a new asset to the assets directory, you may need to force this
101- module to recompile for them to be usable. Adding or removing a return at the end should do
101+ module to recompile for them to be usable. Adding or removing a return at the end should do
102102 the trick. In the future, there will be a file system watcher (much like Phoenix has) that
103103 will do this automatically. Until then, it is pretty easy to do manually.
104104
@@ -306,7 +306,7 @@ defmodule Scenic.Assets.Static do
306306 _ ->
307307 raise """
308308 No assets module is configured.
309- You need to create an assets modulein your application.
309+ You need to create an assets module in your application.
310310 Then connect it to Scenic with some config.
311311
312312 Example assets module that includes an optional alias:
You can’t perform that action at this time.
0 commit comments