📝 Fix a typo and make recommendation more clear

This commit is contained in:
Lee Dohm
2015-08-21 13:14:28 -07:00
parent 5de1a26283
commit 73dded1e42

View File

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