Skip to content

Commit 53352a7

Browse files
authored
Update mini-graphiQL.tsx
1 parent 6803ea1 commit 53352a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/marked/mini-graphiQL.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ function onHasCompletion(cm, data, onHintInformationRender) {
482482
// CodeMirror vertically inverts the hint UI if there is not enough
483483
// space below the cursor. Since this modified UI appends to the bottom
484484
// of CodeMirror's existing UI, it could cover the cursor. This adjusts
485-
// the positioning of the hint UI to accomodate.
485+
// the positioning of the hint UI to accommodate.
486486
let top = hintsUl.style.top
487487
let bottom = ""
488488
const cursorTop = cm.cursorCoords().top

0 commit comments

Comments
 (0)