Skip to content

Commit

Permalink
docs: fix markdown syntax in guide for msw (#1300)
Browse files Browse the repository at this point in the history
  • Loading branch information
soartec-lab committed Apr 6, 2024
1 parent 67f2150 commit a9ef135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/guides/msw.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ The mock definition consists of the following three functions.
2. A function that returns the value of binding the mock object to the http request handler of `MSW`
3. A function that returns an `Array` that aggregates all handlers in the file.

#### A function that returns a mocked value of a schema object
#### A function that returns a mocked value of a schema object

A function that returns a mock object will be generated as shown below:

Expand Down

0 comments on commit a9ef135

Please sign in to comment.