From 00ee49ee7488c62ab6fb27fdd7d8e8eeaaf1b1aa Mon Sep 17 00:00:00 2001 From: Annie_wang Date: Sun, 20 Mar 2022 10:46:49 +0000 Subject: [PATCH] update en/application-dev/database/database-distributedobject-guidelines.md. Signed-off-by: Annie_wang --- .../database/database-distributedobject-guidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/application-dev/database/database-distributedobject-guidelines.md b/en/application-dev/database/database-distributedobject-guidelines.md index 564c91109f..b489633d98 100644 --- a/en/application-dev/database/database-distributedobject-guidelines.md +++ b/en/application-dev/database/database-distributedobject-guidelines.md @@ -162,7 +162,7 @@ The following example shows how to implement a distributed data object synchroni // unsubscribe from all status change callbacks. local_object.off("status"); ``` -10. Remote a distributed data object from the synchronization network. After the distributed data object is removed from the network, the data changes on the local end will not be synchronized to the remote end. +10. Remove the distributed data object from the synchronization network. After the distributed data object is removed from the network, the data changes on the local end will not be synchronized to the remote end. The sample code is as follows: ```js -- GitLab