diff options
author | Lukas Winkler <git@lw1.at> | 2019-09-23 08:17:42 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-09-23 08:17:42 +0200 |
commit | 32d7f2b754b8d20bf44ae2121c79570cbff973c3 (patch) | |
tree | 81245f0129677639ff89b08321a9e7f84c359656 /support/doc/plugins | |
parent | 210709a9076ac152dd377234866b8e9b9108382a (diff) | |
download | PeerTube-32d7f2b754b8d20bf44ae2121c79570cbff973c3.tar.gz PeerTube-32d7f2b754b8d20bf44ae2121c79570cbff973c3.tar.zst PeerTube-32d7f2b754b8d20bf44ae2121c79570cbff973c3.zip |
fix a few typos (#2141)
* fix a few typos
* apply changes to original files instead
* additional correction
Diffstat (limited to 'support/doc/plugins')
-rw-r--r-- | support/doc/plugins/guide.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/doc/plugins/guide.md b/support/doc/plugins/guide.md index b4f3e6638..8e720e94b 100644 --- a/support/doc/plugins/guide.md +++ b/support/doc/plugins/guide.md | |||
@@ -36,7 +36,7 @@ | |||
36 | 36 | ||
37 | ## Concepts | 37 | ## Concepts |
38 | 38 | ||
39 | Themes are exactly the same than plugins, except that: | 39 | Themes are exactly the same as plugins, except that: |
40 | * Their name starts with `peertube-theme-` instead of `peertube-plugin-` | 40 | * Their name starts with `peertube-theme-` instead of `peertube-plugin-` |
41 | * They cannot declare server code (so they cannot register server hooks or settings) | 41 | * They cannot declare server code (so they cannot register server hooks or settings) |
42 | * CSS files are loaded by client only if the theme is chosen by the administrator or the user | 42 | * CSS files are loaded by client only if the theme is chosen by the administrator or the user |