Commit 1885062
authored
fix(test-app): fix spelling error (#34762)
### 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*1 parent aea1372 commit 1885062
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
207 | | - | |
| 207 | + | |
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
| |||
0 commit comments