This is an automated email from the ASF dual-hosted git repository.
linguini pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new 6fd64dec795 website/wiki: Small typos.
6fd64dec795 is described below
commit 6fd64dec795ac903fb27bd62847f8740f80228e8
Author: reza0310 <[email protected]>
AuthorDate: Mon Oct 13 16:08:25 2025 +0200
website/wiki: Small typos.
Changed two "is" by "it"
Signed-off-by: reza0310 <[email protected]>
---
Documentation/applications/nsh/installation.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Documentation/applications/nsh/installation.rst
b/Documentation/applications/nsh/installation.rst
index a88a7275258..2e37d248b5b 100644
--- a/Documentation/applications/nsh/installation.rst
+++ b/Documentation/applications/nsh/installation.rst
@@ -23,7 +23,7 @@ increasing difficulty:
#. NSH also supports a start-up script that executed when NSH first
runs. This mechanism has the advantage that the start-up script can
contain any NSH commands and so can do a lot of work with very little
- coding. The disadvantage is that is is considerably more complex to
- create the start-up script. It is sufficiently complex that is
+ coding. The disadvantage is that it is considerably more complex to
+ create the start-up script. It is sufficiently complex that it
deserves its own paragraph