Skip to content

Commit 0b14e36

Browse files
committed
Merge pull request #3257 from mikefischer/patch-1
Update Histories.md
2 parents cace7d4 + c66af7a commit 0b14e36

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)