mirror of
https://github.com/Unleash/unleash.git
synced 2025-05-12 01:17:04 +02: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 (
|
return (
|
||||||
<Box sx={{ ml: 4 }}>
|
<Box sx={{ ml: 4 }}>
|
||||||
<Typography variant='body1'>
|
<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
|
works, how feature toggles are evaluated and for you to easily
|
||||||
debug your feature toggles.
|
debug your feature toggles.
|
||||||
</Typography>
|
</Typography>
|
||||||
|
Loading…
Reference in New Issue
Block a user