Skip to content

Commit 5835504

Browse files
kellychurchillKyleAMathews
authored andcommitted
Typo (#3288)
`usigng` should be `using`
1 parent bd13bdc commit 5835504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/how-gatsby-works-with-github-pages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: How Gatsby Works with GitHub Pages
33
---
44

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

77
`yarn add --dev gh-pages`
88

0 commit comments

Comments
 (0)