Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
prevwong committed Jun 28, 2020
1 parent 47c5c32 commit 8d20862
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/docs/docs/api/EditorState.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {API, Badge} from "@site/src/components";
## Reference
### Properties
<API items={[
["nodes", "Record<NodeId, Node>", "A map sof all the Nodes in the editor"],
["nodes", "Record<NodeId, Node>", "A map of all the Nodes in the editor"],
["events", "Object", [
["selected", "NodeId"],
["hovered", "NodeId"],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {API, Badge} from "@site/src/components";
## Reference
### Properties
<API items={[
["nodes", "Record<NodeId, Node>", "A map sof all the Nodes in the editor"],
["nodes", "Record<NodeId, Node>", "A map of all the Nodes in the editor"],
["events", "Object", [
["selected", "NodeId"],
["hovered", "NodeId"],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {API, Badge} from "@site/src/components";
## Reference
### Properties
<API items={[
["nodes", "Record<NodeId, Node>", "A map sof all the Nodes in the editor"],
["nodes", "Record<NodeId, Node>", "A map of all the Nodes in the editor"],
["events", "Object", [
["selected", "NodeId"],
["hovered", "NodeId"],
Expand Down

0 comments on commit 8d20862

Please sign in to comment.