Skip to content

Commit 72aa40f

Browse files
committed
Tweak, typo fix
1 parent e416d34 commit 72aa40f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Examples
88
import editor
99
commit_msg = editor.edit(contents="# Enter commit message here")
1010
```
11-
Opens an editor, prefilled with the contents, "# Enter commit messdage here".
11+
Opens an editor, prefilled with the contents, `# Enter commit message here`.
1212
When the editor is closed, returns the contents in variable `commit_msg`.
1313

1414

0 commit comments

Comments
 (0)