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:
parent
a6cde07af0
commit
ef46b042cc
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user