Skip to content

Commit c66af7a

Browse files
author
Mike Fischer
committed
Update Histories.md
1 parent cace7d4 commit c66af7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/Histories.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ The DOM API that hash history uses to transition around is simply `window.locati
101101
### `createMemoryHistory`
102102
Memory history doesn't manipulate or read from the address bar. This is how we implement server rendering. It's also useful for testing and other rendering environments (like React Native).
103103

104-
Its a bit different than the other two histories because you have to
104+
It's a bit different than the other two histories because you have to
105105
create one, it is this way to facilitate testing:
106106

107107
```js

0 commit comments

Comments
 (0)