Skip to content

Commit f794be3

Browse files
authored
Update README.md
1 parent 083418b commit f794be3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ You need to have `node`and `npm`installed in your computer.
1212

1313
## Exercise
1414

15-
Before you start, there are two types of components [Functional Components and Class Comonents](https://reactjs.org/docs/components-and-props.html#functional-and-class-components). Use a Functional component if your component doesn't have state.
15+
Before you start, there are two types of components [Functional Components and Class Comonents](https://reactjs.org/docs/components-and-props.html#functional-and-class-components). Try to use a Functional component if your component doesn't have state.
1616

1717
### Tasks
1818

0 commit comments

Comments
 (0)