Skip to content

Commit 6470c82

Browse files
committed
fix: fix spelling in test case
1 parent 15436b2 commit 6470c82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/smartQuotes.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ describe('replaceQuote(): ', () => {
108108
expect(replacedTextNode).to.equal(null)
109109
})
110110

111-
it('should insert quote at the end, if index is out of bounce', () => {
111+
it('should insert quote at the end, if index is out of bounds', () => {
112112
const range = createRangeWithText(testString)
113113
const replacedTextNode = replaceQuote(range, 40, '`')
114114
expect(replacedTextNode.textContent).to.equal(`${testString}${'`'}`)

0 commit comments

Comments
 (0)