From 4a2ab9017b96d97aa2edab33913c42c9b435fb8b Mon Sep 17 00:00:00 2001 From: elmot Date: Tue, 29 Dec 2015 17:47:51 +0200 Subject: Fixed language mistakes Change-Id: I838fccb573166791bf7fdcd9bc292dd9a4ae810c --- documentation/layout/layout-sub-window.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation/layout/layout-sub-window.asciidoc') diff --git a/documentation/layout/layout-sub-window.asciidoc b/documentation/layout/layout-sub-window.asciidoc index 972cb00ae9..f8d8fbef17 100644 --- a/documentation/layout/layout-sub-window.asciidoc +++ b/documentation/layout/layout-sub-window.asciidoc @@ -71,7 +71,7 @@ corner of the window. The button is controlled by the __closable__ property, so you can disable it with [methodname]#setClosable(false)#. You can also use keyboard shortcuts for closing a sub-window. You can manage the shortcuts with the [methodname]#addCloseShortcut()#, [methodname]#removeCloseShortcut()#, [methodname]#removeAllCloseShortcuts()#, -[methodname]#hasCloseShortcut()# and [methodname]#getCloseShortcuts()# methods. +[methodname]#hasCloseShortcut()#, and [methodname]#getCloseShortcuts()# methods. You close a sub-window also programmatically by calling the [methodname]#close()# for the sub-window, typically in a click listener for an -- cgit v1.2.3