Skip to content

Commit

Permalink
chore(www): revert amend pass context code snippet (gatsbyjs#12084)
Browse files Browse the repository at this point in the history
Reverts gatsbyjs#12012 as it's actually not needed.
As per Slack discussion with @sidharthachatterjee
  • Loading branch information
LekoArts authored and DSchau committed Feb 25, 2019
1 parent 0d7449d commit 52cb180
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/docs/creating-and-modifying-pages.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ exports.onCreatePage = ({ page, actions }) => {
createPage({
...page,
context: {
...page.context,
house: Gryffindor,
},
})
Expand Down

0 comments on commit 52cb180

Please sign in to comment.