Skip to content

Commit 04204cc

Browse files
committed
Fix js lint
1 parent d04d12a commit 04204cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/LuceneEditorTest.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ export function LuceneEditorTest() {
157157
<ul style={{ margin: 0, paddingLeft: '20px' }}>
158158
<li>Open browser console to see additional debug messages</li>
159159
<li>Make sure to click in the editor to focus it before testing shortcuts</li>
160-
<li>If Shift+Enter doesn't work, check the console for errors</li>
160+
<li>If Shift+Enter doesn&apos;t work, check the console for errors</li>
161161
<li>Ctrl+Enter should show a dropdown with field suggestions</li>
162162
</ul>
163163
</div>

0 commit comments

Comments
 (0)