From 37390cfbef876b400d092ebc023767d2eb637ba1 Mon Sep 17 00:00:00 2001 From: Sheep-realms <38580457+sheep-realms@users.noreply.github.com> Date: Fri, 18 Oct 2024 19:54:04 +0800 Subject: [PATCH] Update files/zh-cn/web/api/webrtc_api/simple_rtcdatachannel_sample/index.md Co-authored-by: Hoarfroster --- .../web/api/webrtc_api/simple_rtcdatachannel_sample/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/zh-cn/web/api/webrtc_api/simple_rtcdatachannel_sample/index.md b/files/zh-cn/web/api/webrtc_api/simple_rtcdatachannel_sample/index.md index bdd5e8ee38d1ec..e126e91a7e8f28 100644 --- a/files/zh-cn/web/api/webrtc_api/simple_rtcdatachannel_sample/index.md +++ b/files/zh-cn/web/api/webrtc_api/simple_rtcdatachannel_sample/index.md @@ -275,7 +275,7 @@ function handleReceiveMessage(event) { ### 断开节点 -当用户点击 "Disconnect" 按钮。在之前我们设置的按钮事件处理逻辑中 `disconnectPeers()` 方法被调用。 +当用户点击“Disconnect”按钮,根据之前我们设置的按钮事件处理逻辑,就会调用 `disconnectPeers()`。 ```js function disconnectPeers() {