Commit b010aa851a6 for php.net

commit b010aa851a6cc8b02a491d1d6f8d81782d073eee
Author: Daniel Scherzer <daniel.e.scherzer@gmail.com>
Date:   Wed Dec 17 07:17:17 2025 -0800

    ext/intl/ERROR_CONVENTIONS.md: fix typo (not -> note) [skip ci] (#20696)

diff --git a/ext/intl/ERROR_CONVENTIONS.md b/ext/intl/ERROR_CONVENTIONS.md
index af2450c8186..432862afd68 100644
--- a/ext/intl/ERROR_CONVENTIONS.md
+++ b/ext/intl/ERROR_CONVENTIONS.md
@@ -75,7 +75,7 @@ and `intl_get_error_message()`.
   parsing errors), not `NULL`. Constructors and factory methods are the
   exception; these should return `NULL`, not `FALSE`.

-Not that constructors in Intl generally (always?) don't throws exceptions. They
+Note that constructors in Intl generally (always?) don't throws exceptions. They
 instead destroy the object to that the result of new `IntlClass()` can be
 `NULL`. This may be surprising.