DEV: fix typo in addSidebarSection API example (#25393)

This commit is contained in:
Kris 2024-01-23 17:45:48 -05:00 committed by GitHub
parent 2abf0f483c
commit 9dfa31202e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2432,7 +2432,7 @@ class PluginApi {
* get text() {
* return "dev channel";
* }
* get prefixValue() {
* get prefixType() {
* return "icon";
* }
* get prefixValue() {