Skip to content

Commit 619cc31

Browse files
hussamkhatibhenri-hulski
authored andcommitted
fix: grammer error
1 parent 3d85962 commit 619cc31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Introducing these scenarios we said: **You want**. In reality we rarely know exa
2929
2. **The active tab should certainly be component state?** The active tab might be part of the url query, `/user?tab=count`. That means it should rather be a hyperlink where your application handles the routing and provides state to identify the active tab.
3030
3. **Inputs should certainly be component state?** If the input is part of an application flow, you might want to empty out the content of that input related to other changes, or even change it to something else.
3131

32-
How you want to go about this is totally up to you. We are not telling you exactly how to separate application and component state. What we can tell you though; **“If you lean towards application state your are more flexible to future changes”**.
32+
How you want to go about this is totally up to you. We are not telling you exactly how to separate application and component state. What we can tell you though; **“If you lean towards application state you are more flexible to future changes”**.
3333

3434
## Defining state
3535

0 commit comments

Comments
 (0)