Skip to content

Commit

Permalink
Update getting-started.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs authored Jul 11, 2024
1 parent 61f0755 commit 2f78a80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/en/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ CounterWidget(value=42)

What's going on here:

- `count` is a stateful property that both the client JavaScript and Python have access to.
- `value` is a stateful property that both the client JavaScript and Python have access to.
Shared state is defined via [traitlets](https://traitlets.readthedocs.io/en/stable/) with the `sync=True`
keyword argument.

Expand Down

0 comments on commit 2f78a80

Please sign in to comment.