We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e416d34 commit 72aa40fCopy full SHA for 72aa40f
README.md
@@ -8,7 +8,7 @@ Examples
8
import editor
9
commit_msg = editor.edit(contents="# Enter commit message here")
10
```
11
-Opens an editor, prefilled with the contents, "# Enter commit messdage here".
+Opens an editor, prefilled with the contents, `# Enter commit message here`.
12
When the editor is closed, returns the contents in variable `commit_msg`.
13
14
0 commit comments