Skip to content

Commit ad6b3af

Browse files
Nate Riddermanmpetuska
authored andcommitted
Update CoreConcepts.md
1 parent ed2f5e1 commit ad6b3af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/introduction/CoreConcepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ data class AppState(
2020
This object is like a “model” except all fields are vals. This is so that different parts of the
2121
code can’t change the state arbitrarily, causing hard-to-reproduce bugs.
2222

23-
To change something in the state, you need to dispatch an action. An action is a plain data Kotlin
23+
To change something in the state, you need to dispatch an action. An action is a plain Kotlin data
2424
class (notice how we don’t introduce any magic?) that describes what happened. Here are a few
2525
example actions:
2626

0 commit comments

Comments
 (0)