feat: add typos to GitHub action

Signed-off-by: Zhizhen He <hezhizhen.yi@gmail.com>
This commit is contained in:
Zhizhen He
2023-02-20 19:44:01 +08:00
committed by Gabriel Horner
parent f6d4560044
commit 25c15053d6
44 changed files with 146 additions and 123 deletions

View File

@@ -342,7 +342,7 @@
(remove-user-graph-uuid-prefix o)
:else
(throw (js/Error. (str "unsupport type " (str o)))))))
(throw (js/Error. (str "unsupported type " (str o)))))))
(defprotocol IChecksum
(-checksum [this]))
@@ -3258,7 +3258,7 @@
;;; ### some add-watches
;; TOOD: replace this logic by pause/resume state
;; TODO: replace this logic by pause/resume state
(defonce network-online-cursor (rum/cursor state/state :network/online?))
(add-watch network-online-cursor "sync-manage"
(fn [_k _r o n]