diff options
Diffstat (limited to 'docs/proposals/device-management-enhance.md')
| -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"` |
