diff --git a/website/src/pages/index.mdx b/website/src/pages/index.mdx index 513afa7..2f15d08 100644 --- a/website/src/pages/index.mdx +++ b/website/src/pages/index.mdx @@ -300,7 +300,7 @@ const IDLE_ORDER = { ### Template Literal Types -Embrace template literal types as they allow you to create precise and type-safe string constructs by interpolating values. They are a powerful alternative to using the wide string type, providing better type safety and developer experience. +Embrace template literal types as they allow you to create precise and type-safe string constructs by interpolating values. They are a powerful alternative to using the wide string type, providing better type safety. Adopting template literal types brings several advantages: