Skip to content

Commit

Permalink
Typo (#3288)
Browse files Browse the repository at this point in the history
`usigng` should be `using`
  • Loading branch information
kellychurchill authored and KyleAMathews committed Dec 20, 2017
1 parent bd13bdc commit 5835504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/how-gatsby-works-with-github-pages.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: How Gatsby Works with GitHub Pages
---

The easiest way to push a gatsby app to github pages is usigng a package called `gh-pages`.
The easiest way to push a gatsby app to github pages is using a package called `gh-pages`.

`yarn add --dev gh-pages`

Expand Down

0 comments on commit 5835504

Please sign in to comment.