Skip to content

Commit c04c59e

Browse files
authored
Merge pull request #76 from editor-code-assistant/fix-typo
Fix typo: editting -> editing
2 parents e9cef33 + f13df41 commit c04c59e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/eca/features/tools/filesystem.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@
274274
:required ["path" "original_content" "new_content"]}
275275
:handler #'edit-file
276276
:enabled-fn (fn [{:keys [behavior]}] (not= "plan" behavior))
277-
:summary-fn (constantly "Editting file")}
277+
:summary-fn (constantly "Editing file")}
278278
"eca_plan_edit_file"
279279
{:description (str "Plan a file change where user needs to apply or reject the change. "
280280
"Replace a specific string or content block in a file with new content. "

0 commit comments

Comments
 (0)