diff options
| author | cl2017 <chenlin.liu@daocloud.io> | 2023-04-25 19:50:54 +0800 |
|---|---|---|
| committer | cl2017 <chenlin.liu@daocloud.io> | 2023-05-31 15:56:52 +0800 |
| commit | 71c4b3ddb3ea287f5274932b41bcfc8e6ce7acce (patch) | |
| tree | 2e7123a41db267122aa06d61bcf8629c009b2f18 /docs/proposals | |
| parent | Merge pull request #4689 from lishaokai1995/master (diff) | |
| download | kubeedge-71c4b3ddb3ea287f5274932b41bcfc8e6ce7acce.tar.gz | |
fix grammar error
Signed-off-by: cl2017 <chenlin.liu@daocloud.io>
Diffstat (limited to 'docs/proposals')
| -rw-r--r-- | docs/proposals/device-management-enhance.md | 2 |
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"` |
