Skip to content

Commit ca9adde

Browse files
authored
docs: fixed typo (#688)
1 parent 9ae9244 commit ca9adde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/__tests__/wait-for.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ test('provides an improved stack trace if the thrown error is a TestingLibraryEl
8888
{timeout: 8, interval: 5},
8989
).catch(e => e)
9090
// too hard to test that the stack trace is what we want it to be
91-
// so we'll just make sure that it's not the same as the origianl
91+
// so we'll just make sure that it's not the same as the original
9292
expect(result.stack).not.toBe(originalStackTrace)
9393
})
9494

0 commit comments

Comments
 (0)