mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 10:20:58 -06:00
fixed a small typo in the function's doc comment (#7965)
This commit is contained in:
parent
1bb5266437
commit
387016ea9b
@ -529,7 +529,7 @@ class PluginApi {
|
||||
|
||||
/**
|
||||
* Exposes the widget creating ability to plugins. Plugins can
|
||||
* register their own plugins and attach them with decorators.
|
||||
* register their own widgets and attach them with decorators.
|
||||
* See `createWidget` in `discourse/widgets/widget` for more info.
|
||||
**/
|
||||
createWidget(name, args) {
|
||||
|
Loading…
Reference in New Issue
Block a user