mirror of
https://github.com/stashapp/stash.git
synced 2025-12-06 16:34:02 +01:00
Fix typo
This commit is contained in:
parent
b7c6e370dc
commit
acb3b4ee44
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ The basic structure of a plugin configuration file is as follows:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
name: <plugin name>
|
name: <plugin name>
|
||||||
# optional list of dependancies to be included
|
# optional list of dependencies to be included
|
||||||
# "#" is is part of the config - do not remove
|
# "#" is is part of the config - do not remove
|
||||||
# requires: <plugin ID>
|
# requires: <plugin ID>
|
||||||
description: <optional description of the plugin>
|
description: <optional description of the plugin>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue