From fb18cc5f52376fe595d288331d58eedeaa56f02d Mon Sep 17 00:00:00 2001 From: Gabriel Horner Date: Mon, 18 Nov 2024 17:00:54 -0500 Subject: [PATCH] fix: typo --- deps/graph-parser/src/logseq/graph_parser/exporter.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/graph-parser/src/logseq/graph_parser/exporter.cljs b/deps/graph-parser/src/logseq/graph_parser/exporter.cljs index 3661c60f8f..4a13edc29f 100644 --- a/deps/graph-parser/src/logseq/graph_parser/exporter.cljs +++ b/deps/graph-parser/src/logseq/graph_parser/exporter.cljs @@ -702,7 +702,7 @@ (let [parent-classes-from-properties (->> (select-keys properties (:property-parent-classes user-options)) (mapcat (fn [[_k v]] (if (coll? v) v [v]))) distinct)] - ;; TODO: Mv new classses from these find-or-create-class to :classes-tx as they are the only ones + ;; TODO: Mv new classes from these find-or-create-class to :classes-tx as they are the only ones ;; that aren't conrolled by :classes-tx (cond-> block (seq parent-classes-from-properties)