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 /build | |
| 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 'build')
| -rw-r--r-- | build/cloud/ha/01-ha-prepare.yaml | 2 | ||||
| -rw-r--r-- | build/crds/devices/devices_v1alpha2_device.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/build/cloud/ha/01-ha-prepare.yaml b/build/cloud/ha/01-ha-prepare.yaml index a469a2a73..1dea583f7 100644 --- a/build/cloud/ha/01-ha-prepare.yaml +++ b/build/cloud/ha/01-ha-prepare.yaml @@ -545,7 +545,7 @@ spec: properties: twins: description: 'A list of device twins containing desired/reported desired/reported - values of twin properties.. Optional: A passive device won''t have + values of twin properties. Optional: A passive device won''t have twin properties and this list could be empty.' items: description: Twin provides a logical representation of control properties diff --git a/build/crds/devices/devices_v1alpha2_device.yaml b/build/crds/devices/devices_v1alpha2_device.yaml index 313df0991..3da933b9a 100644 --- a/build/crds/devices/devices_v1alpha2_device.yaml +++ b/build/crds/devices/devices_v1alpha2_device.yaml @@ -471,7 +471,7 @@ spec: properties: twins: description: 'A list of device twins containing desired/reported desired/reported - values of twin properties.. Optional: A passive device won''t have + values of twin properties. Optional: A passive device won''t have twin properties and this list could be empty.' items: description: Twin provides a logical representation of control properties |
