From 9f7251dfca9dca837ff63cfc124b2bbd6642e6ce Mon Sep 17 00:00:00 2001 From: Roman Sedaikin Date: Thu, 19 Nov 2020 16:30:56 +0300 Subject: [PATCH] Fix typo --- tutorials/Swing_Integration/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/Swing_Integration/README.md b/tutorials/Swing_Integration/README.md index 4fdaf064..ae176272 100644 --- a/tutorials/Swing_Integration/README.md +++ b/tutorials/Swing_Integration/README.md @@ -6,7 +6,7 @@ In this tutorial, we will show you how to use ComposePanel in your Swing applica ## Using ComposePanel -ComposePanel lets you create a UI using Compose for Desktop in a Swing-based UI. To achieve that you need to create instance of ComposePanel, add it to your Swing layout and describe composition inside `setContent`. Also you may need to crear the CFD application events via `AppManager.setEvents`. +ComposePanel lets you create a UI using Compose for Desktop in a Swing-based UI. To achieve that you need to create instance of ComposePanel, add it to your Swing layout and describe composition inside `setContent`. Also you may need to clear the CFD application events via `AppManager.setEvents`. ```kotlin import androidx.compose.desktop.AppManager