Typo fix, classname misspelled (#9444)

This commit is contained in:
grimpirate 2025-02-07 12:46:08 -05:00 committed by GitHub
parent 9ed0b1d716
commit 73d5d3f813
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -120,7 +120,7 @@ Language Locale
---------------
The ``Language`` class used in the :php:func:`lang()` function also has the current
locale. This is set to the ``IncommingRequest`` locale during instantiating.
locale. This is set to the ``IncomingRequest`` locale during instantiating.
If you want to change the locale after instantiating the language class, use the
``Language::setLocale()`` method.