Skip to content

Commit

Permalink
Update server.md to fix grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilwaheed committed Mar 13, 2017
1 parent f101e17 commit 35b3902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/server.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ let { html, css, ids } = renderStatic(() =>
we use dangerouslySetInnerHTML to inject our css
-->
<style dangerouslySetInnerHTML={{ __html: css }} />
<!-- alternately, you'd save the css to a file
<!-- alternatively, you'd save the css to a file
and include it here with
<link rel='stylesheet' href='path/to/css'/>
-->
Expand Down

0 comments on commit 35b3902

Please sign in to comment.