Skip to content

Commit

Permalink
docs: use defined AppState instead of not defined State (#939)
Browse files Browse the repository at this point in the history
  • Loading branch information
JianJroh authored Feb 22, 2024
1 parent 05d78f3 commit 2f5040b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/observable/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class AppState {
}
}

const state = new State();
const state = new AppState();

state.todos = [...state.todos, 'Build Shit'];
state.userName = 'Danny Blue'
Expand Down

0 comments on commit 2f5040b

Please sign in to comment.