diff options
author | Erik Lumme <erik@vaadin.com> | 2017-09-12 09:10:26 +0300 |
---|---|---|
committer | Erik Lumme <erik@vaadin.com> | 2017-09-12 09:10:26 +0300 |
commit | 3623c4c38a0074790582331327030d9aa89837df (patch) | |
tree | 6c4c01d33a51f9630fb3a53f6d8cceb87d448bd4 /documentation/articles/ChooseInputFieldComponentsWisely.asciidoc | |
parent | 2cdb0fc351133544879199ea3158a4cef0f0cd13 (diff) | |
download | vaadin-framework-3623c4c38a0074790582331327030d9aa89837df.tar.gz vaadin-framework-3623c4c38a0074790582331327030d9aa89837df.zip |
Fix image filename typo
Diffstat (limited to 'documentation/articles/ChooseInputFieldComponentsWisely.asciidoc')
-rw-r--r-- | documentation/articles/ChooseInputFieldComponentsWisely.asciidoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/articles/ChooseInputFieldComponentsWisely.asciidoc b/documentation/articles/ChooseInputFieldComponentsWisely.asciidoc index d6e542f9e0..2d3e4c92e9 100644 --- a/documentation/articles/ChooseInputFieldComponentsWisely.asciidoc +++ b/documentation/articles/ChooseInputFieldComponentsWisely.asciidoc @@ -51,7 +51,7 @@ The often-overlooked *NativeSelect* component is also convenient for small sets of options (up to 10 or so), and works great both for named items and small sets of numbers. -image:img/nativeslect.png[NativeSelect] +image:img/nativeselect.png[NativeSelect] [[combobox]] ComboBox |