diff options
author | Matti Tahvonen <matti@vaadin.com> | 2018-03-19 19:08:51 +0200 |
---|---|---|
committer | Ilia Motornyi <elmot@vaadin.com> | 2018-03-19 19:08:51 +0200 |
commit | c3a167f4226c0d3f7a570b2b89f5180f49c2f85d (patch) | |
tree | 0568a60358536685b4b892a4d9459a2c4688ba91 /documentation/getting-started | |
parent | 0a3e1640c69b2a0e9ae772eca08c1dd990aafb7c (diff) | |
download | vaadin-framework-c3a167f4226c0d3f7a570b2b89f5180f49c2f85d.tar.gz vaadin-framework-c3a167f4226c0d3f7a570b2b89f5180f49c2f85d.zip |
fix invalid formatting of maven goal (#10729)
Diffstat (limited to 'documentation/getting-started')
-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 7801af7268..f677e06e42 100644 --- a/documentation/getting-started/getting-started-idea.asciidoc +++ b/documentation/getting-started/getting-started-idea.asciidoc @@ -87,7 +87,7 @@ launch a Vaadin Maven application on the light-weight Jetty web server. . 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. +For the [guilabel]#Command line#, enter `package jetty:run` to first compile and package the project, and then launch Jetty to run it. + Click [guibutton]#OK#. |