Skip to content

Commit

Permalink
chore: Change capitalization, spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
ramedina86 committed Dec 3, 2024
1 parent 7958f10 commit b1c14da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/default/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ def increment(state):
print("The counter has been incremented.")
_update_message(state)

# Initialise the state
# Initialize the state

# "_my_private_element" won't be serialised or sent to the frontend,
# "_my_private_element" won't be serialized or sent to the frontend,
# because it starts with an underscore

initial_state = wf.init_state({
"my_app": {
"title": "MY APP"
"title": "My app"
},
"_my_private_element": 1337,
"message": None,
Expand Down

0 comments on commit b1c14da

Please sign in to comment.