Changed "based from" to "based on" in compiling.rst

This commit is contained in:
Tomáš Pilný 2023-08-22 14:06:52 +02:00 committed by Xiang Xiao
parent d311bce3c4
commit 9ce8d4eca2
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ be run on the embedded board.
Initialize Configuration
========================
The first step is to initialize NuttX configuration for a given board, based from
The first step is to initialize NuttX configuration for a given board, based on
a pre-existing configuration. To list all supported configurations you can do:
.. code-block:: console