From fff436b1cb979ecf547b9a0a2957056981a437a7 Mon Sep 17 00:00:00 2001 From: Hanno Braun Date: Thu, 6 Feb 2025 15:07:29 +0100 Subject: [PATCH] Fix small typo in introduction (#432) --- docs-src/0.6/src/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-src/0.6/src/index.md b/docs-src/0.6/src/index.md index a9ff2dc0c..5042fb838 100644 --- a/docs-src/0.6/src/index.md +++ b/docs-src/0.6/src/index.md @@ -36,7 +36,7 @@ In many ways, Dioxus is similar to Flutter: we integrate our own build tools, fo - Reactivity is inspired by web frameworks like React and SolidJS - Dioxus code runs natively with no virtual machine and enables direct FFI with system APIs -Our goal is to provide a "better Flutter": faster, slimmer, and web-native. You can think of Dioxus is a hybrid of [Flutter](http://flutter.dev) and [NextJS](http://nextjs.org): cross-platform apps with stellar fullstack support. Today, Dioxus apps can only be written in Rust, but we plan to support more languages in the future. +Our goal is to provide a "better Flutter": faster, slimmer, and web-native. You can think of Dioxus as a hybrid of [Flutter](http://flutter.dev) and [NextJS](http://nextjs.org): cross-platform apps with stellar fullstack support. Today, Dioxus apps can only be written in Rust, but we plan to support more languages in the future. ## Why Dioxus?