diff --git a/docs/pages/tutorials/emojimon/make-it-multiplayer.mdx b/docs/pages/tutorials/emojimon/make-it-multiplayer.mdx index 3f1dc24981..06633f8d72 100644 --- a/docs/pages/tutorials/emojimon/make-it-multiplayer.mdx +++ b/docs/pages/tutorials/emojimon/make-it-multiplayer.mdx @@ -1,6 +1,6 @@ import { CollapseCode } from "../../../components/CollapseCode"; -# 4. Make it muliplayer +# 4. Make it multiplayer You may not have realized it, but you’ve just made a game that is almost completely ready to become massively multiplayer. MUD has handled all of the network code out-of-the-box and there is a naturally shared, accessible database via the blockchain.