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

View File

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