]> source.dussan.org Git - vaadin-framework.git/commitdiff
fix invalid formatting of maven goal (#10729)
authorMatti Tahvonen <matti@vaadin.com>
Mon, 19 Mar 2018 17:08:51 +0000 (19:08 +0200)
committerIlia Motornyi <elmot@vaadin.com>
Mon, 19 Mar 2018 17:08:51 +0000 (19:08 +0200)
documentation/getting-started/getting-started-idea.asciidoc

index 7801af7268b211abab7bae883833bc678c3662fd..f677e06e42fa12007c796db3e61ce178fa029a9f 100644 (file)
@@ -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#.