From 54516d6a073bd3d6648034d7115c447d5613ce4e Mon Sep 17 00:00:00 2001 From: Igor Demin Date: Wed, 1 Dec 2021 15:29:58 +0300 Subject: [PATCH] Update README.md --- tutorials/Navigation/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/Navigation/README.md b/tutorials/Navigation/README.md index 336a696c9f..cf10cf591a 100644 --- a/tutorials/Navigation/README.md +++ b/tutorials/Navigation/README.md @@ -285,7 +285,7 @@ fun RootUi(root: Root) { } ``` -Application and Root initialisation: +Application and Root initialization: ``` kotlin import androidx.compose.desktop.DesktopTheme