1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-23 00:22:19 +01:00

fix: typo in Unleash playground frontend (#5389)

## About the changes

- Change "undestand" to "understand"
- Capitalize "Unleash"

Co-authored-by: Chris Hepner <chris@healthtensor.com>
This commit is contained in:
Chris Hepner 2023-11-27 00:30:00 -08:00 committed by GitHub
parent a6cde07af0
commit ef46b042cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ export const PlaygroundGuidance = () => {
return (
<Box sx={{ ml: 4 }}>
<Typography variant='body1'>
Unleash playground is for helping you to undestand how unleash
Unleash playground is for helping you to understand how Unleash
works, how feature toggles are evaluated and for you to easily
debug your feature toggles.
</Typography>