Skip to content
This repository was archived by the owner on Oct 26, 2018. It is now read-only.

Commit 1c91de1

Browse files
committed
Fix tiny typo in _CreateSyncTest.js
provices -> provides
1 parent 0c11a85 commit 1c91de1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/_createSyncTest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ export default function createTests(createHistory, name, reset = defaultReset) {
131131
})
132132
})
133133

134-
it('provices an unsubscribe method to stop listening to history and store', () => {
134+
it('provides an unsubscribe method to stop listening to history and store', () => {
135135
history.push('/foo')
136136
expect(store).toContainLocation({
137137
pathname: '/foo'

0 commit comments

Comments
 (0)