Skip to content

Commit

Permalink
Update README-DEV.md (#12520)
Browse files Browse the repository at this point in the history
Fix typo (were -> where) and add missing 'the' to make text more prosaic.
  • Loading branch information
thevaadinman authored Apr 26, 2024
1 parent 752db07 commit f2ac6ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README-DEV.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.

Expand Down

0 comments on commit f2ac6ef

Please sign in to comment.