eliza icon indicating copy to clipboard operation
eliza copied to clipboard

fix: Change 'INFORMATIONS' to 'INFORMATION' to use correct English

Open tripluca opened this issue 1 year ago • 0 comments

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

tripluca avatar Dec 17 '24 11:12 tripluca