You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Issue # (if applicable)
N/A
### Reason for this change
Typographical error in the error message string — "lenght" was misspelled and needed correction.
### Description of changes
- Fixed a typo in the `MultipleFileAssetsApp` class.
- Updated the error message to correct the word "lenght" to "length".
- No logic or functional changes were made.
- Alternatives such as rephrasing the message were considered unnecessary.
### Describe any new or updated permissions being added
N/A
### Description of how you validated changes
- Visually verified the corrected string in the source code.
- Confirmed that no logic or behavior was affected.
- No tests were necessary since this was a non-functional change.
### Checklist
- [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
0 commit comments