Skip to content

Commit 092daa3

Browse files
committed
readme update
1 parent dc01aab commit 092daa3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/react.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ You might have the following CSS:
4242
}
4343
```
4444

45-
### <ContainerQuery> with (children) Render Prop
45+
### \<ContainerQuery\> with (children) Render Prop
4646

4747
Using render props.
4848

@@ -104,7 +104,7 @@ export default withContainerQuery(App, meta);
104104

105105
### Browser Support
106106

107-
As outline in the [React docs](https://reactjs.org/docs/javascript-environment-requirements.html)
107+
As outlined in the [React docs](https://reactjs.org/docs/javascript-environment-requirements.html)
108108
in order to properly support <=IE11, you'll probably want to include the appropriate
109109
polyfills.
110110

0 commit comments

Comments
 (0)