diff --git a/src/workspace.coffee b/src/workspace.coffee index 9f1f35e56..86e860fe2 100644 --- a/src/workspace.coffee +++ b/src/workspace.coffee @@ -779,9 +779,9 @@ class Workspace extends Model # Essential: Adds a panel item as a modal dialog. # # * `options` {Object} - # * `item` Your panel content. It can be DOM element, a jQuery element, or + # * `item` Your panel content. It can be a DOM element, a jQuery element, or # a model with a view registered via {ViewRegistry::addViewProvider}. We recommend the - # latter. See {ViewRegistry::addViewProvider} for more information. + # model option. See {ViewRegistry::addViewProvider} for more information. # * `visible` (optional) {Boolean} false if you want the panel to initially be hidden # (default: true) # * `priority` (optional) {Number} Determines stacking order. Lower priority items are