diff options
author | Patrik Lindström <99639133+thevaadinman@users.noreply.github.com> | 2024-04-26 16:33:02 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-26 16:33:02 +0300 |
commit | f2ac6efffb8cdcf7bed128049e6c06a46e023942 (patch) | |
tree | f989e56900d5f977af87952f54cb2b46bf93ccc5 | |
parent | 752db073652521dc8179d7a54601b493aa9aad63 (diff) | |
download | vaadin-framework-f2ac6efffb8cdcf7bed128049e6c06a46e023942.tar.gz vaadin-framework-f2ac6efffb8cdcf7bed128049e6c06a46e023942.zip |
Update README-DEV.md (#12520)
Fix typo (were -> where) and add missing 'the' to make text more prosaic.
-rw-r--r-- | README-DEV.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README-DEV.md b/README-DEV.md index 2cb1e2f0dd..80f42cb08f 100644 --- a/README-DEV.md +++ b/README-DEV.md @@ -23,7 +23,7 @@ Despite our best efforts the formatting options aren't always entirely consisten For IntelliJ IDEA users, see [IntelliJ IDEA Quick Setup](#intellij-idea-quick-setup). -1. Decide were you would like your Eclipse workspace to be located. +1. Decide where you would like your Eclipse workspace to be located. * This project contains multiple modules and uses configurations that might clash with your existing projects, using a separate workspace is recommended. * Eclipse Oxygen is recommended, different versions may treat formatting rules differently. * If you are using Windows, you may wish to keep the workspace path reasonably short (e.g. `C:\dev\<workspaceName>`) to avoid problems with too long file paths. @@ -116,7 +116,7 @@ After that is done, you should have 9 of 28 save actions activated and listed as ### Getting started -Run <code>install</code> maven goal for the project root to get started. +Run the <code>install</code> maven goal for the project root to get started. In Eclipse this is done by right-clicking on the project root in Project Explorer and choosing *Run As* -> *Maven Build...*. If you choose to skip tests you may need to run the <code>install</code> maven goal for `vaadin-uitest` project separately. * Note that the first compilation takes a while to finish as Maven downloads dependencies used in the projects. |