From ef46b042ccf215047b8f005aff18735731052f5f Mon Sep 17 00:00:00 2001 From: Chris Hepner Date: Mon, 27 Nov 2023 00:30:00 -0800 Subject: [PATCH] fix: typo in Unleash playground frontend (#5389) ## About the changes - Change "undestand" to "understand" - Capitalize "Unleash" Co-authored-by: Chris Hepner --- .../Playground/PlaygroundGuidance/PlaygroundGuidance.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/component/playground/Playground/PlaygroundGuidance/PlaygroundGuidance.tsx b/frontend/src/component/playground/Playground/PlaygroundGuidance/PlaygroundGuidance.tsx index 002592b29a..e28ed9e425 100644 --- a/frontend/src/component/playground/Playground/PlaygroundGuidance/PlaygroundGuidance.tsx +++ b/frontend/src/component/playground/Playground/PlaygroundGuidance/PlaygroundGuidance.tsx @@ -5,7 +5,7 @@ export const PlaygroundGuidance = () => { return ( - 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.