Skip to content

Commit

Permalink
docs(www): Amend pass context code snippet gatsbyjs#12012
Browse files Browse the repository at this point in the history
  • Loading branch information
raulrpearson authored and sidharthachatterjee committed Feb 25, 2019
1 parent 4ac5b28 commit 5723e20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/docs/creating-and-modifying-pages.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ exports.onCreatePage = ({ page, actions }) => {
createPage({
...page,
context: {
...page.context,
house: Gryffindor,
},
})
Expand Down

0 comments on commit 5723e20

Please sign in to comment.