diff --git a/docs/content/2.guide/4.going-further/3.modules.md b/docs/content/2.guide/4.going-further/3.modules.md index 9fc80433f7d..cbe8daf106b 100644 --- a/docs/content/2.guide/4.going-further/3.modules.md +++ b/docs/content/2.guide/4.going-further/3.modules.md @@ -221,8 +221,8 @@ For more usage, please refer to our [tests for Nuxt 3 framework](https://github. ### Mock utils -* `mockFn()`: Returns a mocked function based on test runner. -* `mockLogger()`: Mocks logger using [`consola.mockTypes`](https://github.com/unjs/consola#mocktypes) and `mockFn()`. Returns an object of mocked logger types. +- `mockFn()`: Returns a mocked function based on test runner. +- `mockLogger()`: Mocks logger using [`consola.mockTypes`](https://github.com/unjs/consola#mocktypes) and `mockFn()`. Returns an object of mocked logger types. ### Testing Externally