Browse Source

fix: typo

Tienson Qin 4 years ago
parent
commit
50a42a112c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      templates/config.edn

+ 1 - 1
templates/config.edn

@@ -92,7 +92,7 @@
  ;;  :editor/right           ["ctrl+l" "right"]}
  :shortcuts {}
 
- ;; By default, pressing `Enter` in the document mode will creating a new line.
+ ;; By default, pressing `Enter` in the document mode will create a new line.
  ;; Set this to `true` so that it's the same behaviour as the usual outliner mode.
  :shortcut/doc-mode-enter-for-new-block? false