summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorJens Jansson <Peppe@users.noreply.github.com>2017-03-07 11:12:28 +0200
committerHenri Sara <henri.sara@gmail.com>2017-03-07 11:12:28 +0200
commite3d14322cab755ce195676c9dcad4d1982d5c9be (patch)
tree9184aab76bce6273af507b347fb0cbf1357beecf /documentation
parentcd26b9b32a782b85392a72fdab8eed43731a28d6 (diff)
downloadvaadin-framework-e3d14322cab755ce195676c9dcad4d1982d5c9be.tar.gz
vaadin-framework-e3d14322cab755ce195676c9dcad4d1982d5c9be.zip
Update getting-started-idea.asciidoc (#8756)
Diffstat (limited to 'documentation')
-rw-r--r--documentation/getting-started/getting-started-idea.asciidoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/getting-started/getting-started-idea.asciidoc b/documentation/getting-started/getting-started-idea.asciidoc
index 600e27a04d..7801af7268 100644
--- a/documentation/getting-started/getting-started-idea.asciidoc
+++ b/documentation/getting-started/getting-started-idea.asciidoc
@@ -84,7 +84,7 @@ launch a Vaadin Maven application on the light-weight Jetty web server.
. Select "Run > Edit Configurations".
-. Click [guibutton]#+# and select menu:Maven[] to create a new Maven run/debug configuration.
+. Click [guibutton]#+# and select [guilabel]#Maven# to create a new Maven run/debug configuration.
. Enter a [guilabel]#Name# for the run configuration.
For the [guilabel]#Command line#, enter "`package jetty:run`# to first compile and package the project, and then launch Jetty to run it.