Browse Source

fix: spell

Tienson Qin 4 months ago
parent
commit
9507775782
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/frontend/worker/rtc/remote_update.cljs

+ 1 - 1
src/main/frontend/worker/rtc/remote_update.cljs

@@ -213,7 +213,7 @@ so need to pull earlier remote-data from websocket."})
                         {:sibling? false})
           (transact-db! :insert-no-order-blocks conn [[block-uuid first-remote-parent]]))
 
-        [false false true] ;no parent, only update order. e.g. udpate property's order
+        [false false true] ;no parent, only update order. e.g. update property's order
         (when (and (empty? remote-parents) move?)
           (transact-db! :update-block-order-directly repo conn block-uuid nil remote-block-order))