docs: fix typo (#24470)

PR Close #24470
This commit is contained in:
Kirankumar Sripati 2018-06-13 18:36:22 +05:30 committed by Miško Hevery
parent d9bf6e37ae
commit c8e865ac8e
1 changed files with 1 additions and 1 deletions

View File

@ -398,7 +398,7 @@ But a component is more than just its class.
A component interacts with the DOM and with other components. A component interacts with the DOM and with other components.
The _class-only_ tests can tell you about class behavior. The _class-only_ tests can tell you about class behavior.
They cannot tell you if the component is going to render properly, They cannot tell you if the component is going to render properly,
respond to user input and gestures, or integrate with its parent and and child components. respond to user input and gestures, or integrate with its parent and child components.
None of the _class-only_ tests above can answer key questions about how the None of the _class-only_ tests above can answer key questions about how the
components actually behave on screen. components actually behave on screen.