Skip to content

Commit cf24cda

Browse files
committed
Merge pull request #162 from sanjaypoyzer/patch-1
change incorrect foo to bar
2 parents 4e0d39e + 2941bfd commit cf24cda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/querystring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ For example:
3232
<div>
3333
Hello, this is main page of the application!
3434
This component was passed the values:
35-
Foo: <b>{this.props.foo}</b>
35+
Bar: <b>{this.props.bar}</b>
3636
Query: <b>{JSON.stringify(this.props._query)}</b>
3737
</div>
3838
)

0 commit comments

Comments
 (0)