FIX: documentation was using incorrect function (#9876)

This commit is contained in:
Joffrey JAFFEUX 2020-05-25 21:55:30 +02:00 committed by GitHub
parent be16205118
commit d9f915b195
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -933,7 +933,7 @@ class PluginApi {
*
* Example:
*
* api.appendUsernameDecorator(username => {
* api.addUsernameSelectorDecorator(username => {
* return `<span class="status">[is_away]</class>`;
* })
*/