Skip to content

Commit 1e6246a

Browse files
jasoniangreendiogofcunha
authored andcommitted
docs: fixed spelling mistake (#104)
* docs: fixed spelling mistake * docs: fix another small text error
1 parent c59fcec commit 1e6246a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

demo/src/Home.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default () => (
1010
<a href={'https://bvaughn.github.io/react-virtualized/#/components/List'}>react-virtualized</a>.
1111
</p>
1212
<p>Its main goal is to display tree like data in a beautiful and fast way.</p>
13-
<p>Being a reactive library it uses children functions to achieve maximum extansability</p>
13+
<p>Being a reactive library it uses children functions to achieve maximum extensibility</p>
1414
<p>
1515
The core idea behind it is that anyone using it is enable to create a tree as they wich just by rendering their
1616
own components or components exported by the tree

demo/src/docs/filtering.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# FilteringContainer
2-
FilteringComponent is a component that can be used to wrap to Tree in order to get filtering and group functionality for free.
2+
FilteringComponent is a component that can be used to wrap the Tree in order to get filtering and group functionality for free.
33

44
To use this component you should know a little bit about [using functions as children](https://codedaily.io/tutorials/6/Using-Functions-as-Children-and-Render-Props-in-React-Components).
55

0 commit comments

Comments
 (0)