Fix minor typos

This commit is contained in:
Badlop 2023-05-15 11:56:18 +02:00
parent 32451219ed
commit f4ea11b0b6
4 changed files with 4 additions and 4 deletions

View File

@ -39,7 +39,7 @@ ejabberd source code and apply this small patch:
{:ex_doc, ">= 0.0.0", only: :dev},
```
Then get the new dependecies, and compile as usual:
Then get the new dependencies, and compile as usual:
```
mix deps.get
make

View File

@ -35,5 +35,5 @@ The configurable `mod_default_rooms` options are:
- `auto_join` (default: `true`)
This option specifies wether the auto-join flag should be set for the
This option specifies whether the auto-join flag should be set for the
bookmarks created on registration.

View File

@ -5,7 +5,7 @@ The module blocks communication of users between different virtual hosts.
# Configuration
The module doesn't have any options, so the simpliest way to configure is:
The module doesn't have any options, so the simplest way to configure is:
```yaml
modules:
mod_isolation: {}

View File

@ -29,7 +29,7 @@ Configuration
Default value: `[internal, vhosts, external]`
- `orientation`:
Log packets only when orientation matches.
Default value: `[send, revc]`
Default value: `[send, recv]`
- `logdir`:
Base filename, including absolute path.
If set to `auto`, it uses the ejabberd log path.