From 07347e3f9e7af92f20b2c7ae400f733ad357c21f Mon Sep 17 00:00:00 2001 From: Stefan Strigler Date: Fri, 11 Nov 2022 13:29:50 +0100 Subject: [PATCH] style: fix typo in comment --- apps/emqx_gateway/src/emqx_gateway_api.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/emqx_gateway/src/emqx_gateway_api.erl b/apps/emqx_gateway/src/emqx_gateway_api.erl index dc34c03a8..6a9744d75 100644 --- a/apps/emqx_gateway/src/emqx_gateway_api.erl +++ b/apps/emqx_gateway/src/emqx_gateway_api.erl @@ -34,7 +34,7 @@ ] ). -%% minirest/dashbaord_swagger behaviour callbacks +%% minirest/dashboard_swagger behaviour callbacks -export([ api_spec/0, paths/0,