We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2bf9fa commit c213dabCopy full SHA for c213dab
docs/en/user_guide/advanced/custom_server_mock.md
@@ -16,7 +16,7 @@ class. This could be if you want to implement some of the unimplemented methods
16
or simply provide your own mocks for certain methods.
17
18
To do that you can simply pass your custom mock that extends `ServerMock` to the
19
-`MockBukkit.mock(ServerNock)` method.
+`MockBukkit.mock(ServerMock)` method.
20
21
::: code-group
22
0 commit comments