Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ e.g., one module depends on another and you editing both. In that scenario you w
and do source install into it from all the relevant module repos.

Assuming we have project A and B with modules `mod_a` and `mod_b`, where `mod_b` depends on `mod_a`.
We want to work on both together. Let's use the virtual environment created by gradle for B. To setup the enviroment
We want to work on both together. Let's use the virtual environment created by gradle for B. To setup the environment
for development on both A and B, I do the following.
```
# We are in B's workspace. First setup the virtual environment
Expand Down