Skip to content

Commit

Permalink
refactor(docs): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Raible authored and Villanuevand committed Dec 16, 2019
1 parent 85e6fc5 commit 32e4baf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Using something like [http-server](https://www.npmjs.com/package/http-server) yo
`dist/static` folder. All routes that work in your non-pre-rendered Angular app should still work. Not all apps are
capable of running without

__Extra Credit__: While serving your app, [disable javasript](https://developers.google.com/web/tools/chrome-devtools/javascript/disable)
__Extra Credit__: While serving your app, [disable JavaScript](https://developers.google.com/web/tools/chrome-devtools/javascript/disable)
and make sure that you app still works. This is the goal for your app, to run with JavaScript disabled. Most of the
parts of your app should work without JS enabled.

Expand Down

0 comments on commit 32e4baf

Please sign in to comment.