Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Dec 19, 2023
1 parent 9243f7a commit 68f38d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spinn_utilities/typing/json.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
JsonValue: TypeAlias = Union[int, float, str, None, "JsonObject", "JsonArray"]
# NB: The above type is mutually recursive with the definitions below.

#: The tyoe of JSON objects.
#: The type of JSON objects.
JsonObject: TypeAlias = Dict[str, JsonValue]

#: The type of JSON arrays.
Expand Down

0 comments on commit 68f38d2

Please sign in to comment.