Skip to content

Commit b344452

Browse files
authored
Fix typo in documentation (#485)
docs: fix typo
1 parent 963e722 commit b344452

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/static/getting-started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ This section describes the standard flow for building CE toolchain projects, sta
7272
Open a build session by double-clicking :code:`cedev.bat` on Windows or launching a terminal session on Linux/macOS.
7373
Navigate to the *examples* folder using the :code:`cd examples` command.
7474
This folder contains example projects that you can build and modify to learn how to write different programs.
75-
Navigate the to the *hello_world* example project using the command :code:`cd hello_world`.
75+
Navigate to the *hello_world* example project using the command :code:`cd hello_world`.
7676

7777
Type :code:`make` and press enter.
7878
This command invokes the compiler, assembler, and linker creating the program :code:`bin/DEMO.8xp`.

0 commit comments

Comments
 (0)