From 73dded1e4246d00871f974e3ac2c6f4f945efd89 Mon Sep 17 00:00:00 2001 From: Lee Dohm Date: Fri, 21 Aug 2015 13:14:28 -0700 Subject: [PATCH] :memo: Fix a typo and make recommendation more clear --- src/workspace.coffee | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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