Skip to content

Commit

Permalink
Update a small typo (#22605)
Browse files Browse the repository at this point in the history
glossay to glossary in a code block
  • Loading branch information
virenb committed Mar 27, 2020
1 parent c3e0d6a commit 230e8d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/contributing/gatsby-style-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,11 +142,11 @@ When referencing another page within [gatsbyjs.org](https://www.gatsbyjs.org/) h
```markdown
<!-- Good -->

[Gatsby's glossay](/docs/glossary)
[Gatsby's glossary](/docs/glossary)

<!-- Bad -->

[Gatsby's glossay](https://www.gatsbyjs.org/docs/glossary)
[Gatsby's glossary](https://www.gatsbyjs.org/docs/glossary)
```

Note: Links to Gatsby Cloud/Gatsby Inc. are located at [gatsbyjs.com](https://www.gatsbyjs.com/) and should be referenced using an absolute path (domain included). See also [Referencing Gatsby Cloud](#referencing-gatsby-cloud)
Expand Down

0 comments on commit 230e8d7

Please sign in to comment.