Skip to content

Commit ee372cd

Browse files
gap-editorAniket-Engg
authored andcommitted
Update remix-ui-editor.tsx
1 parent c84bd11 commit ee372cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/remix-ui/editor/src/lib/remix-ui-editor.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -941,7 +941,7 @@ export const EditorUI = (props: EditorUIProps) => {
941941
const functionImpl = nodesAtPosition.find((node) => node.kind === 'function')
942942
if (functionImpl) {
943943
currentFunction.current = functionImpl.name
944-
currenFunctionNode = functionImpl
944+
currentFunctionNode = functionImpl
945945

946946
executeGptGenerateDocumentationAction.label = intl.formatMessage({ id: 'editor.generateDocumentation2' }, { name: functionImpl.name })
947947
gptGenerateDocumentationAction = editor.addAction(executeGptGenerateDocumentationAction)

0 commit comments

Comments
 (0)