fix: typo in step1-07 readme

This commit is contained in:
Zoltán Bedi
2019-02-27 12:26:01 +01:00
committed by GitHub
parent d2a6dbae76
commit 7afb81f16d

View File

@@ -28,7 +28,7 @@ Let's start off in the TodoList, as that has the most data flow, up and down. Th
### Writing TodoListProps ### Writing TodoListProps
Looking at our `TodoApp` we know that `TodoList` has three props, `filter`, `todos`, and `filter`. We'll start by creating and interface that represents this component's props called `TodoListProps`. Looking at our `TodoApp` we know that `TodoList` has three props, `filter`, `todos`, and `complete`. We'll start by creating an interface that represents this component's props called `TodoListProps`.
```tsx ```tsx
interface TodoListProps { interface TodoListProps {