eliza
eliza copied to clipboard
fix: Change 'INFORMATIONS' to 'INFORMATION' to use correct English
Relates to:
N/A - grammatical fix
Risks
Low - Simple text change correcting English grammar in logging output
Background
What does this PR do?
Fixes incorrect English usage in logger.ts by changing "INFORMATIONS" to "INFORMATION", as "information" is an uncountable noun in English that doesn't have a plural form.
What kind of change is this?
Bug fixes (non-breaking change which fixes an issue)
Documentation changes needed?
My changes do not require a change to the project documentation.
Testing
Where should a reviewer start?
Check packages/core/src/logger.ts - the change is a single word modification.
Detailed testing steps
None, automated tests are fine.
Note: This PR is based on v0.1.6-alpha.1