fixed a small typo in the function's doc comment (#7965)

This commit is contained in:
Faizaan Gagan 2019-08-05 07:54:49 +05:30 committed by Sam
parent 1bb5266437
commit 387016ea9b

View File

@ -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) {