From 8f09d81c9f48d30d26a7475762cbacdf782ed7a5 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 21 Mar 2023 23:16:52 -0400 Subject: [PATCH] spelling: available Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- doc/AddonStorageBackend.md | 2 +- doc/Settings.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/AddonStorageBackend.md b/doc/AddonStorageBackend.md index eaa58cd4d8..07cc020b82 100644 --- a/doc/AddonStorageBackend.md +++ b/doc/AddonStorageBackend.md @@ -100,7 +100,7 @@ See doxygen documentation of `IWritableStorage` interface for details about each ## Register a storage backend class -Each backend must be registered in the system when the plugin is installed, to be aviable. +Each backend must be registered in the system when the plugin is installed, to be available. `DI::facStorage()->register(string $class)` is used to register the backend class. diff --git a/doc/Settings.md b/doc/Settings.md index 16b7ec38a4..3ec2144e74 100644 --- a/doc/Settings.md +++ b/doc/Settings.md @@ -104,12 +104,12 @@ Default is false. #### File storage backend Set the backend used by Friendica to store uploaded file data. -Two storage backends are avaiable with Friendica: +Two storage backends are available with Friendica: - **Database** : Data is stored in a dedicated table in database (`storage`) - **Filesystem** : Data is stored as file on the filesystem. -More storage backends can be avaiable from third-party addons. +More storage backends can be available from third-party addons. If you use those, please refer to the documentation of those addons for further information. Default value is 'Database (legacy)': it's the legacy way used to store data directly in database.