Skip to content
This repository has been archived by the owner on Sep 14, 2022. It is now read-only.

Correct folder for mocks in docs #548

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/mock-mode.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ By default, mock mode returns programmed responses, like "Sample text" for a str

But you can also create mock controllers with handler methods that return custom responses.

Place these custom "mock" controllers in the `/api/mock` directory.
Place these custom "mock" controllers in the `/api/mocks` directory.

Here's an example that returns some data whenever the `search()` handler method is called:

Expand Down