fix: issues found by spellcheck script

This commit is contained in:
Kjell Winblad 2023-10-24 16:47:10 +02:00 committed by Zaiming (Stone) Shi
parent 2d05e3a975
commit 38bf2ae445
4 changed files with 20 additions and 0 deletions

View File

@ -121,5 +121,7 @@ roots() ->
fields(bridges_v2) -> fields(bridges_v2) ->
[] ++ enterprise_fields_actions(). [] ++ enterprise_fields_actions().
desc(bridges_v2) ->
?DESC("desc_bridges_v2");
desc(_) -> desc(_) ->
undefined. undefined.

View File

@ -270,6 +270,8 @@ roots() ->
fields(connectors) -> fields(connectors) ->
[] ++ enterprise_fields_connectors(). [] ++ enterprise_fields_connectors().
desc(connectors) ->
?DESC("desc_connectors");
desc(_) -> desc(_) ->
undefined. undefined.

View File

@ -0,0 +1,9 @@
emqx_bridge_v2_schema {
desc_bridges_v2.desc:
"""Configuration for bridges."""
desc_bridges_v2.label:
"""Bridge Configuration"""
}

View File

@ -1,5 +1,12 @@
emqx_connector_schema { emqx_connector_schema {
desc_connectors.desc:
"""Connectors that are used to connect to external systems"""
desc_connectors.label:
"""Connectors"""
connector_field.desc: connector_field.desc:
"""Name of connector used to connect to the resource where the action is to be performed.""" """Name of connector used to connect to the resource where the action is to be performed."""