Skip to content

Commit

Permalink
Fix a typo in the assets guide
Browse files Browse the repository at this point in the history
  • Loading branch information
mirosr committed Jan 13, 2016
1 parent e94c448 commit 3a34072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/guides/assets/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ If enabled, [assets helpers](/guides/helpers/assets) will generate checksum rela

## Serve Static Assets

It can dinamically serve them during development.
It can dynamically serve them during development.
It mounts `Lotus::Static` middleware in project Rack stack. This component is conditionally activated, if the environment variable `SERVE_STATIC_ASSETS` equals to `true`.

By default, new projects are generated with this feature enabled in _development_ and _test_ mode, via their corresponding `.env.*` files.
Expand Down

0 comments on commit 3a34072

Please sign in to comment.