diff -u b/core/lib/Drupal/Core/Extension/InfoParserInterface.php b/core/lib/Drupal/Core/Extension/InfoParserInterface.php
--- b/core/lib/Drupal/Core/Extension/InfoParserInterface.php
+++ b/core/lib/Drupal/Core/Extension/InfoParserInterface.php
@@ -21,9 +21,9 @@
    * - description: A brief description of the module.
    * - type: whether it is for a module or theme. (Required)
    * - core_version_requirement: Specifies the version or versions of Drupal
-   *   core. When the project is compatible with more that one version separate
-   *   the versions with "||". For example, for a project compatible with both
-   *   Drupal 9 and 10 use ^9 || ^10.. (Required)
+   *   core. When the project is compatible with more than one version,
+   *   separate the versions with "||". For example, for a project compatible
+   *   with both Drupal 9 and 10 uses ^9 || ^10.. (Required)
    * - lifecycle: [experimental|stable|deprecated|obsolete]. A description of
    *   the current phase in the lifecycle of the module, theme or profile.
    *
