fix documentation (#9327)
This commit is contained in:
parent
f724cf1cfe
commit
5112648796
|
@ -1027,11 +1027,9 @@ class PluginApi {
|
|||
* For example, to replace the topic title:
|
||||
*
|
||||
* ```
|
||||
* api.decorateTopicTitle(
|
||||
* (topicModel, node, topicTitleType) => {
|
||||
* node.innerText("my new topic title");
|
||||
* }
|
||||
* );
|
||||
* api.decorateTopicTitle((topicModel, node, topicTitleType) => {
|
||||
* node.innerText = "my new topic title";
|
||||
* });
|
||||
* ```
|
||||
*
|
||||
**/
|
||||
|
|
Loading…
Reference in New Issue