Skip to content

Commit a0506d5

Browse files
gnujoowDSchau
authored andcommitted
typofix (#10488)
pathContext has been deprecated and changed to the correct term, pageContext. #6381 seems missed this. ;)
1 parent 0cc2bb1 commit a0506d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/adding-tags-and-categories-to-blog-posts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ const Tags = ({ pageContext, data }) => {
109109
}
110110

111111
Tags.propTypes = {
112-
pathContext: PropTypes.shape({
112+
pageContext: PropTypes.shape({
113113
tag: PropTypes.string.isRequired,
114114
}),
115115
data: PropTypes.shape({

0 commit comments

Comments
 (0)