Skip to content

Commit

Permalink
Update browser-apis.js
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAMathews committed Dec 3, 2017
1 parent bf265d7 commit d8587c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/src/pages/docs/browser-apis.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class BrowserAPIDocs extends React.Component {
<Container>
<h1 css={{ marginTop: 0 }}>Gatsby Browser APIs</h1>
<h2 css={{ marginBottom: rhythm(1 / 2) }}>Usage</h2>
<p>Implement any of these APIs by exporting them from a file named <code>gatsby-browser.js</code> in the root of your project.</p>
<p css={{ marginBottom: rhythm(1) }}>Implement any of these APIs by exporting them from a file named <code>gatsby-browser.js</code> in the root of your project.</p>
<hr />
<h2 css={{ marginBottom: rhythm(1 / 2) }}>APIs</h2>
<ul css={{ ...scale(-1 / 5) }}>
Expand Down

0 comments on commit d8587c7

Please sign in to comment.