style: fix wording
Co-authored-by: Thales Macedo Garitezi <thalesmg@gmail.com>
This commit is contained in:
parent
16c49b2cc1
commit
9ccfa643ce
|
@ -1,4 +1,4 @@
|
||||||
# emqx_utils - Erlang utility library for EMQ X
|
# Erlang utility library for EMQX
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
%% -*- mode: erlang -*-
|
%% -*- mode: erlang -*-
|
||||||
{application, emqx_utils, [
|
{application, emqx_utils, [
|
||||||
{description, "An OTP application"},
|
{description, "Miscellaneous utilities for EMQX apps"},
|
||||||
% strict semver, bump manually!
|
% strict semver, bump manually!
|
||||||
{vsn, "5.0.0"},
|
{vsn, "5.0.0"},
|
||||||
{modules, [
|
{modules, [
|
||||||
|
|
Loading…
Reference in New Issue