From fdf278cd79277faa95ee2fba1e0fd39d4258cbdd Mon Sep 17 00:00:00 2001 From: Daniel Breedeveld Date: Fri, 18 Apr 2025 12:12:09 +0800 Subject: [PATCH] docs: fix typo 'applicaiton' in index.mdx --- docs/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.mdx b/docs/index.mdx index 2d82d1b1..b4bf0012 100644 --- a/docs/index.mdx +++ b/docs/index.mdx @@ -16,7 +16,7 @@ Thermion is divided into two packages: With this structure, the Flutter-specific components are not coupled to the Dart components, meaning Thermion can be used for rendering in both Flutter and non-Flutter applications. -For example, Thermion ships with examples for rendering with Dart only (no Flutter) with a CLI/headless application on MacOS, and with a Javascript/WASM/HTML applicaiton in browsers. +For example, Thermion ships with examples for rendering with Dart only (no Flutter) with a CLI/headless application on MacOS, and with a Javascript/WASM/HTML application in browsers. `thermion_flutter` exports `thermion_dart`, so if you are working with a Flutter application, you will only need to import `thermion_fluttter`.