Skip to content

Commit

Permalink
Fix typo in documentation (#485)
Browse files Browse the repository at this point in the history
docs: fix typo
  • Loading branch information
adamarous committed Apr 6, 2024
1 parent 963e722 commit b344452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/static/getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ This section describes the standard flow for building CE toolchain projects, sta
Open a build session by double-clicking :code:`cedev.bat` on Windows or launching a terminal session on Linux/macOS.
Navigate to the *examples* folder using the :code:`cd examples` command.
This folder contains example projects that you can build and modify to learn how to write different programs.
Navigate the to the *hello_world* example project using the command :code:`cd hello_world`.
Navigate to the *hello_world* example project using the command :code:`cd hello_world`.

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

0 comments on commit b344452

Please sign in to comment.