From 71c4b3ddb3ea287f5274932b41bcfc8e6ce7acce Mon Sep 17 00:00:00 2001 From: cl2017 Date: Tue, 25 Apr 2023 19:50:54 +0800 Subject: fix grammar error Signed-off-by: cl2017 --- docs/proposals/device-management-enhance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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"` -- cgit v1.2.3