Browse Source

fix: typo

Tienson Qin 2 years ago
parent
commit
98703f4d6c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      deps/graph-parser/src/logseq/graph_parser/util.cljs

+ 1 - 1
deps/graph-parser/src/logseq/graph_parser/util.cljs

@@ -22,7 +22,7 @@
     string))
 
 (defn path-normalize
-  "Normalize file path (for reading paths from FS, not required by writting)
+  "Normalize file path (for reading paths from FS, not required by writing)
    Keep capitalization senstivity"
   [s]
   (.normalize s "NFC"))