diff mbox series

doc: fix a couple minor typos in Chapter 1

Message ID 134b011e-5652-1609-cbba-4e29e7f95a48@crashcourse.ca
State New
Headers show
Series doc: fix a couple minor typos in Chapter 1 | expand

Commit Message

Robert P. J. Day Jan. 8, 2026, 3:47 p.m. UTC
Just some verb tense stuff.

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>

---
diff mbox series

Patch

diff --git a/doc/bitbake-user-manual/bitbake-user-manual-intro.rst b/doc/bitbake-user-manual/bitbake-user-manual-intro.rst
index 329b02829..729acc433 100644
--- a/doc/bitbake-user-manual/bitbake-user-manual-intro.rst
+++ b/doc/bitbake-user-manual/bitbake-user-manual-intro.rst
@@ -198,7 +198,7 @@  Class files, which are denoted by the ``.bbclass`` extension, contain
 information that is useful to share between metadata files. The BitBake
 source tree currently comes with one class metadata file called
 ``base.bbclass``. You can find this file in the ``classes`` directory.
-The ``base.bbclass`` class files is special since it is always included
+The ``base.bbclass`` class file is special since it is always included
 automatically for all recipes and classes. This class contains
 definitions for standard basic tasks such as fetching, unpacking,
 configuring (empty by default), compiling (runs any Makefile present),
@@ -228,7 +228,7 @@  BitBake supports class files installed in three different directories:
       inherit myclass

 -  ``classes/``: this final directory is meant for classes that can be used in
-   the two contexts explain above. In other words, they can be inherited either
+   the two contexts explained above. In other words, they can be inherited either
    globally or in a recipe.

 For details on how BitBake locates class files, see the