From 8d92762a226c486a437ef5263a0661b9112d99fa Mon Sep 17 00:00:00 2001 From: Ryu <87907656+Ryu0118@users.noreply.github.com> Date: Mon, 27 Nov 2023 15:10:41 +0900 Subject: [PATCH] Fix typo in MigratingTo1.5.md (#2595) --- .../Documentation.docc/Articles/MigratingTo1.5.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/ComposableArchitecture/Documentation.docc/Articles/MigratingTo1.5.md b/Sources/ComposableArchitecture/Documentation.docc/Articles/MigratingTo1.5.md index 87d9c9461357..f888dbcd8f80 100644 --- a/Sources/ComposableArchitecture/Documentation.docc/Articles/MigratingTo1.5.md +++ b/Sources/ComposableArchitecture/Documentation.docc/Articles/MigratingTo1.5.md @@ -12,7 +12,7 @@ APIs, and this article contains some tips for doing so. > Important: Many APIs have been soft-deprecated in this release and will be hard-deprecated in a future minor release. We highly recommend updating your user of deprecated APIs to their newest -versionas quickly as possible. +version as quickly as possible. * [Store scoping with key paths](#Store-scoping-with-key-paths) * [Enum-driven navigation APIs](#Enum-driven-navigation-APIs)