Skip to content

Commit c213dab

Browse files
thelooterCopilot
andauthored
Update docs/en/user_guide/advanced/custom_server_mock.md
Co-authored-by: Copilot <[email protected]>
1 parent f2bf9fa commit c213dab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/user_guide/advanced/custom_server_mock.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class. This could be if you want to implement some of the unimplemented methods
1616
or simply provide your own mocks for certain methods.
1717

1818
To do that you can simply pass your custom mock that extends `ServerMock` to the
19-
`MockBukkit.mock(ServerNock)` method.
19+
`MockBukkit.mock(ServerMock)` method.
2020

2121
::: code-group
2222

0 commit comments

Comments
 (0)