Skip to content

Commit 2941bfd

Browse files
committed
change incorrect foo to bar
The component does not get passed a `foo` value, it gets passed `bar`.
1 parent c15a8c7 commit 2941bfd

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)