Skip to content

Commit 1aafa83

Browse files
authored
fix typos (#21)
1 parent ea75e8f commit 1aafa83

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/renderview.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ class BaseRenderView {
241241
* Set whether the view has a button to minimize the widget.
242242
* Note that the view can only be made minimizable if it was instantiated with a wrapper.
243243
*
244-
* @param {boolean} resizable - Whether to make it resizable or not.
244+
* @param {boolean} minimizable - Whether to make it minimizable or not.
245245
*/
246246
setMinimizable (minimizable) {
247247
if (this.wrapperElement) {
@@ -257,7 +257,7 @@ class BaseRenderView {
257257
* Set whether the view has a button to close the widget.
258258
* Note that the view can only be made closable if it was instantiated with a wrapper.
259259
*
260-
* @param {boolean} resizable - Whether to make it resizable or not.
260+
* @param {boolean} closable - Whether to make it closable or not.
261261
*/
262262
setClosable (closable) {
263263
if (this.wrapperElement) {

0 commit comments

Comments
 (0)