style: fix wording

Co-authored-by: Zaiming (Stone) Shi <zmstone@gmail.com>
This commit is contained in:
Stefan Strigler 2023-03-31 09:18:39 +02:00 committed by GitHub
parent 7c597bfaa9
commit 1ff96f5314
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 11 deletions

View File

@ -12,16 +12,13 @@ different statistics and metrics.
Amongst others it allows to manage
* alarms,
* API Keys,
* banned clients, users or hosts,
* connected clients including their topic subscriptions,
* cluster configurations,
* configuration of MQTT listeners,
* node configuration,
* custom plugins,
* fixed subscriptions,
* and topics.
* Alarms
* API Keys
* Banned clients, users or hosts
* Clients (and sessions) including their topic subscriptions
* Configurations
* Manage plugins
* Fixed subscriptions
Moreover it lets you
@ -33,7 +30,7 @@ Moreover it lets you
## Implementation Notes
API endpoints are implemented using the `minirest` framework in combination with
`hoconsc` and `emqx_dashboard_swagger`.
HOCON schema and OpenAPI 3.0 specifications.
## TODO/FIXME