From 869f28b036597e884b09e32c159881882fde41de Mon Sep 17 00:00:00 2001 From: jokob-sk Date: Thu, 30 Oct 2025 14:50:13 +1100 Subject: [PATCH] DOCS: typos Signed-off-by: jokob-sk --- docs/FILE_PERMISSIONS.md | 2 +- docs/MIGRATION.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/FILE_PERMISSIONS.md b/docs/FILE_PERMISSIONS.md index c6ceaafc..56f57bd4 100755 --- a/docs/FILE_PERMISSIONS.md +++ b/docs/FILE_PERMISSIONS.md @@ -15,7 +15,7 @@ NetAlertX requires certain paths to be writable at runtime. These paths should b | `/app/db` | Database files | Persistent volume recommended | | `/app/log` | Logs | Can be `tmpfs` for speed or host volume to retain logs | | `/app/api` | API cache | Use `tmpfs` for faster access | -| `/services/config/nginx/conf.active` | Active nginx configuration override | `tmpfs` recommended or customiozed file mounted | +| `/services/config/nginx/conf.active` | Active nginx configuration override | `tmpfs` recommended or customized file mounted | | `/services/run` | Runtime directories for nginx & PHP | `tmpfs` required | | `/tmp` | PHP session save directory | `tmpfs` required | diff --git a/docs/MIGRATION.md b/docs/MIGRATION.md index 07984177..84aa55cc 100755 --- a/docs/MIGRATION.md +++ b/docs/MIGRATION.md @@ -243,7 +243,7 @@ services: > [!NOTE] > The example below assumes your `/config` and `/db` folders are stored in `local/path`. -> Replace this path with your actual configuration directory. `netalertx` is the container name, whcih might differ from your setup. +> Replace this path with your actual configuration directory. `netalertx` is the container name, which might differ from your setup. ```sh docker run -it --rm --name netalertx --user "0" \