Skip to content

Commit

Permalink
Update docs/en/user_guide/advanced/custom_server_mock.md
Browse files Browse the repository at this point in the history
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
  • Loading branch information
thelooter and Copilot authored Dec 22, 2024
1 parent f2bf9fa commit c213dab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/user_guide/advanced/custom_server_mock.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class. This could be if you want to implement some of the unimplemented methods
or simply provide your own mocks for certain methods.

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

::: code-group

Expand Down

0 comments on commit c213dab

Please sign in to comment.