Skip to content

Commit 8f88ff5

Browse files
committed
Fix typo in getting_started guide
Fixes: 1234111 ("add get-deps target")
1 parent 154821a commit 8f88ff5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/getting_started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ To build example, first change directory to an example folder.
6161
6262
$ cd examples/device/cdc_msc
6363
64-
Before building, we need to download MCU driver submodule to provide low-level MCU peripheral's driver first. Run the ``get-dpes`` target in one of the example folder as follow. You only need to do this once per mcu
64+
Before building, we need to download MCU driver submodule to provide low-level MCU peripheral's driver first. Run the ``get-deps`` target in one of the example folder as follow. You only need to do this once per mcu
6565

6666
.. code-block::
6767

0 commit comments

Comments
 (0)