From 48efc3e9c6ba03dd73b868e0328a0b01081777ba Mon Sep 17 00:00:00 2001 From: DogmaDragon <103123951+DogmaDragon@users.noreply.github.com> Date: Fri, 27 Jun 2025 02:40:47 +0300 Subject: [PATCH] Fix typo in Plugins documentation for clarity --- ui/v2.5/src/docs/en/Manual/Plugins.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui/v2.5/src/docs/en/Manual/Plugins.md b/ui/v2.5/src/docs/en/Manual/Plugins.md index 47b87cf01..f7517aa2c 100644 --- a/ui/v2.5/src/docs/en/Manual/Plugins.md +++ b/ui/v2.5/src/docs/en/Manual/Plugins.md @@ -1,6 +1,7 @@ # Plugins Stash supports plugins that can do the following: + - perform custom tasks when triggered by the user from the Tasks page - perform custom tasks when triggered from specific events - add custom CSS to the UI @@ -14,7 +15,7 @@ Plugin tasks can be implemented using embedded Javascript, or by calling an exte Plugins can be installed and managed from the `Settings > Plugins` page. -Scrapers are installed using the `Available Plugins` section. This section allows configuring sources from which to install plugins. The `Community (stable)` source is configured by default. This source contains plugins for the current _stable_ version of stash. +Plugins are installed using the `Available Plugins` section. This section allows configuring sources from which to install plugins. The `Community (stable)` source is configured by default. This source contains plugins for the current _stable_ version of stash. These are the plugin sources maintained by the stashapp organisation: