Skip to content

Commit

Permalink
docs(www): Add quotes to Gryffindor string literal (#12450)
Browse files Browse the repository at this point in the history
I used backticks because that seems to preferred in Gatsby's codebase

Related conversation here:
52cb180#commitcomment-32669906
  • Loading branch information
raulrpearson authored and pieh committed Mar 10, 2019
1 parent d47b0e2 commit 229bf43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/creating-and-modifying-pages.md
Expand Up @@ -151,7 +151,7 @@ exports.onCreatePage = ({ page, actions }) => {
createPage({
...page,
context: {
house: Gryffindor,
house: `Gryffindor`,
},
})
}
Expand Down

0 comments on commit 229bf43

Please sign in to comment.