Skip to content

Commit

Permalink
Update static-folder.md (#17753)
Browse files Browse the repository at this point in the history
Sentence structure/typo fix.
  • Loading branch information
susanmaas authored and Marcy Sutton committed Sep 19, 2019
1 parent e774b49 commit cc0d4ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/static-folder.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ render() {

Keep in mind the downsides of this approach:

- None of the files in `static` folder be post-processed or minified.
- None of the files in the `static` folder will be post-processed or minified.
- Missing files will not be called at compilation time, and will cause 404 errors for your users.
- Result filenames won’t include content hashes so you’ll need to add query arguments or rename them every time they change.

Expand Down

0 comments on commit cc0d4ca

Please sign in to comment.