summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKubeEdge Bot <48982446+kubeedge-bot@users.noreply.github.com>2023-05-31 16:24:38 +0800
committerGitHub <noreply@github.com>2023-05-31 16:24:38 +0800
commit0fc4c4d125b6a84a6982028bc581d71fcf7f9123 (patch)
treeed9d5ca5b8c361128df5c7622c42da65b199f26f /docs
parentMerge pull request #4775 from lishaokai1995/master (diff)
parentfix grammar error (diff)
downloadkubeedge-0fc4c4d125b6a84a6982028bc581d71fcf7f9123.tar.gz
Merge pull request #4753 from cl2017/cleanup/grammar
simplified regexp and fix grammar error
Diffstat (limited to 'docs')
-rw-r--r--docs/proposals/device-management-enhance.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/proposals/device-management-enhance.md b/docs/proposals/device-management-enhance.md
index 439bb4994..5264cd312 100644
--- a/docs/proposals/device-management-enhance.md
+++ b/docs/proposals/device-management-enhance.md
@@ -318,7 +318,7 @@ type DeviceInstance struct {
Protocol string `json:"protocol,omitempty"`
// Model is deviceInstance model name
Model string `json:"model,omitempty"`
- // A list of device twins containing desired/reported desired/reported values of twin properties..
+ // A list of device twins containing desired/reported desired/reported values of twin properties.
// Optional: A passive device won't have twin properties and this list could be empty.
// +optional
Twins []v1alpha2.Twin `json:"twins,omitempty"`