Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
radex committed May 7, 2020
1 parent aec429b commit e3cb07d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/adapters/sqlite/integrationTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const SQLiteAdapterTest = spec => {
} else {
invariant(
adapter._dispatcherType === 'asynchronous',
'this should be asynchronous - android does not support synchronous adaoter',
'this should be asynchronous - android does not support synchronous adapter',
)
}

Expand All @@ -55,7 +55,7 @@ const SQLiteAdapterTest = spec => {
} else {
invariant(
adapter._dispatcherType === 'asynchronous',
'this should be asynchronous - android does not support jsi adaoter yet',
'this should be asynchronous - android does not support jsi adapter yet',
)
}
Expand Down

0 comments on commit e3cb07d

Please sign in to comment.