Skip to content

Commit 8501b11

Browse files
authored
Merge pull request #113 from deejayem/fix-spelling
Fix the spelling of "Editing"
2 parents df7a508 + cea50f0 commit 8501b11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/eca/features/tools/filesystem.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@
323323
:description "Whether to replace all occurences of the file or just the first one (default)"}}
324324
:required ["path" "original_content" "new_content"]}
325325
:handler #'edit-file
326-
:summary-fn (constantly "Editting file")}
326+
:summary-fn (constantly "Editing file")}
327327
"eca_preview_file_change"
328328
{:description (tools.util/read-tool-description "eca_preview_file_change")
329329
:parameters {:type "object"

0 commit comments

Comments
 (0)