Browse Source

fix: typo

close https://github.com/logseq/logseq/issues/4395
llcc 3 years ago
parent
commit
36e99a5ae4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/frontend/components/shortcut.cljs

+ 1 - 1
src/main/frontend/components/shortcut.cljs

@@ -132,7 +132,7 @@
                          :pre "```clojure\n  (println \"Hello world!\")\n```"
                          :img "![image](https://asset.logseq.com/static/img/logo.png)"}
               :org {:bold (str "*" (t :bold) "*")
-                    :italic (str "/" (t :italics) "/")
+                    :italics (str "/" (t :italics) "/")
                     :del (str "+" (t :strikethrough) "+")
                     :pre [:pre "#+BEGIN_SRC clojure\n  (println \"Hello world!\")\n#+END_SRC"]
                     :link "[[https://www.example.com][Link]]"