Skip to content

Commit

Permalink
Docs: Don't use backtick quotes for ejabberd name
Browse files Browse the repository at this point in the history
This change improves sentences legibility.
In the Introduction page, use **strong** instead.

Notice backtick quotes are for raw code in markdown, for example:
- `ejabberd` container image
- `ejabberd` script generated by OTP Release
- `ejabberd` username in system, for example for MySQL or container host
  • Loading branch information
badlop committed Jan 13, 2025
1 parent 9d87193 commit bc6c868
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ There are several places to get in touch with other ejabberd developers and admi
License
-------

- `ejabberd` is released under the __GNU General Public License v2__ (see [COPYING](COPYING))
- ejabberd is released under the __GNU General Public License v2__ (see [COPYING](COPYING))
- [ejabberd translations](https://github.com/processone/ejabberd-po/) under __MIT License__.

[discussions]: https://github.com/processone/ejabberd/discussions
Expand Down
2 changes: 1 addition & 1 deletion src/ejabberd_options_doc.erl
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ doc() ->
desc =>
?T("List of one or more "
"_`../configuration/basic.md#host-names|host names`_ "
"(or domains) that 'ejabberd' will serve. This is a "
"(or domains) that ejabberd will serve. This is a "
"**mandatory** option.")}},
{listen,
#{value => "[Options, ...]",
Expand Down
2 changes: 1 addition & 1 deletion src/mod_register.erl
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@ mod_doc() ->
{access_from,
#{value => ?T("AccessName"),
desc =>
?T("By default, 'ejabberd' doesn't allow the client to register new accounts "
?T("By default, ejabberd doesn't allow the client to register new accounts "
"from s2s or existing c2s sessions. You can change it by defining "
"access rule in this option. Use with care: allowing registration "
"from s2s leads to uncontrolled massive accounts creation by rogue users.")}},
Expand Down

0 comments on commit bc6c868

Please sign in to comment.