diff options
author | Thanos Apollo <[email protected]> | 2024-01-14 11:16:53 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-01-14 11:16:53 +0200 |
commit | f0623dd2d2a83fb70a9dbb22555e18f7eedbc4f0 (patch) | |
tree | 8c9dcda3cf910ca6b9bfa762fc43aea593fe1711 /gnosis-dev.el | |
parent | d3cfbdcbb2be5d5356da7f54b2b0289a6e2bacfd (diff) |
gnosis-dev: fix typos
Diffstat (limited to 'gnosis-dev.el')
-rw-r--r-- | gnosis-dev.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnosis-dev.el b/gnosis-dev.el index bf78f5f..72a9b99 100644 --- a/gnosis-dev.el +++ b/gnosis-dev.el @@ -59,7 +59,7 @@ by the thoracodorsal nerve." :hint "note" :tags (gnosis-dev-random-items gnosis-dev-tags 2) :extra "extra"))) - (when (y-or-n-p "Add mulit cloze type?") + (when (y-or-n-p "Add note with multiple clozes?") (dotimes (_ num) (gnosis-add-note--cloze :deck testing-deck :note "this is a {c1:note} with multiple {c1:clozes}" |