diff options
-rw-r--r-- | documentation/getting-started/getting-started-idea.asciidoc | 2 |
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. |