From 105d2f8e8ca8f24cb665f00f56a352c7d494637d Mon Sep 17 00:00:00 2001 From: stuartmorgan Date: Sun, 6 Oct 2019 19:37:53 -0700 Subject: [PATCH] Typo fix --- Desktop-shells.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Desktop-shells.md b/Desktop-shells.md index 99fa95d..c6f80e0 100644 --- a/Desktop-shells.md +++ b/Desktop-shells.md @@ -145,7 +145,7 @@ plugin is written, they may fail gracefully, or may throw errors. ## Add-to-App -Currently there is no support for Add-to-App for any desktop platform (either via `flutter create -t module` or by flutter-desktop-embedding example). If you are familiar with doing native development on your platform(s), it is possible to integrate the desktop Flutter libraries in your own app. The is not currently much guidance, so you will be well off the beaten path, but the information below will help get you started. +Currently there is no support for Add-to-App for any desktop platform (either via `flutter create -t module` or by flutter-desktop-embedding example). If you are familiar with doing native development on your platform(s), it is possible to integrate the desktop Flutter libraries in your own app. There is not currently much guidance, so you will be well off the beaten path, but the information below will help get you started. ### Getting the Libraries