Skip to content

Commit 237edad

Browse files
committed
Merge branch 'master' into next
2 parents b8feddf + f0a7d14 commit 237edad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/API.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@ For more details, please see the [histories guide](/docs/guides/Histories.md).
623623

624624

625625
### `createMemoryHistory(options)`
626-
`createMemoryHistory` creates an in-memory `history` object that does not interact with the browser URL. This is useful when you need to customize the `history` used for server-side rendering, as well as for automated testing.
626+
`createMemoryHistory` creates an in-memory `history` object that does not interact with the browser URL. This is useful for when you need to customize the `history` object used for server-side rendering, for automated testing, or for when you do not want to manipulate the browser URL, such as when your application is embedded in an `<iframe>`.
627627

628628

629629
### `useRouterHistory(createHistory)`

0 commit comments

Comments
 (0)