Skip to content

Commit dd1bb0c

Browse files
authored
Update embox_quick_start_en.md
1 parent 1990452 commit dd1bb0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/embox_quick_start_en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ The system starts to load.
272272
At any moment in gdb terminal you can type <kbd>ctrl + C</kbd> and see the stack of the current thread (`backtrace`) or set breakpoints (`break <function name>`, `break <file name>:<line number>`).
273273

274274
## Connection of external repository
275-
Embox allows connection of external repo for modules and templates. To connect them to each other, it's enough to specify root directory of repository:
275+
Embox allows to connect external repo to modules and templates. It's enough to specify root directory of repository for this purpose:
276276
```
277277
make ext_conf EXT_PROJECT_PATH=<your projects path>
278278
```

0 commit comments

Comments
 (0)