There was an error while loading. Please reload this page.
1 parent cb74a2a commit fabd8e2Copy full SHA for fabd8e2
1 file changed
docs/pages/guides/emojimon.mdx
@@ -11,7 +11,7 @@ The Emojimon tutorial is a crash course in everything MUD but it is a particular
11
12
- Onchain game development using the [ECS model](https://en.wikipedia.org/wiki/Entity_component_system).
13
- How to create [tables](/world/tables), interact with them using [`System`s](/world/systems), and call them from the client.
14
-- Improve onchain UX by optimistically render user actions using overridable tables.
+- Improve onchain UX by optimistically rendering user actions using overridable tables.
15
- Querying onchain data from the [MUD Store](/store/introduction).
16
- Deploying all of the above to a testnet.
17
0 commit comments