diff options
author | Chocobozzz <me@florianbigard.com> | 2021-04-12 11:24:01 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-04-12 11:24:01 +0200 |
commit | b044cb188d1aac57fbb589e1627e400439cda10f (patch) | |
tree | 4c9e0578eca96f60ea6ce46cd94decc9365d413a | |
parent | 62bc0352d9d465ce9d7c3e074b1b60bf99155e24 (diff) | |
download | PeerTube-b044cb188d1aac57fbb589e1627e400439cda10f.tar.gz PeerTube-b044cb188d1aac57fbb589e1627e400439cda10f.tar.zst PeerTube-b044cb188d1aac57fbb589e1627e400439cda10f.zip |
Fix plugins example color
-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 81999bf32..17c681afd 100644 --- a/support/doc/plugins/guide.md +++ b/support/doc/plugins/guide.md | |||
@@ -633,7 +633,7 @@ async function register ({ registerSettingsScript }) { | |||
633 | 633 | ||
634 | PeerTube provides some HTML id so plugins can easily insert their own element: | 634 | PeerTube provides some HTML id so plugins can easily insert their own element: |
635 | 635 | ||
636 | ``` | 636 | ```js |
637 | async function register (...) { | 637 | async function register (...) { |
638 | const elem = document.createElement('div') | 638 | const elem = document.createElement('div') |
639 | elem.className = 'hello-world-h4' | 639 | elem.className = 'hello-world-h4' |