From a1c46e2c99d39913fa51fe179e13c8ba84314968 Mon Sep 17 00:00:00 2001 From: Adrian Witaszak Date: Fri, 19 Jan 2024 17:23:14 +0000 Subject: [PATCH] Fix typo in migration version 4 documentation --- docs/src/orchid/resources/wiki/usage/migration/v4.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/orchid/resources/wiki/usage/migration/v4.md b/docs/src/orchid/resources/wiki/usage/migration/v4.md index 51ea721e..44456153 100644 --- a/docs/src/orchid/resources/wiki/usage/migration/v4.md +++ b/docs/src/orchid/resources/wiki/usage/migration/v4.md @@ -50,7 +50,7 @@ Below is a list of all changes, broken down by module. `kotlinx.serialization` to use the built-in `JsonDebuggerAdapter` or `BallastDebuggerInterceptor()` convenience function. Alternatively, if you need to support a different serialization format or use a different serialization library, you can implement a custom `DebuggerAdapter` to deserialize values based on the incoming `ContentType`. -- `ballast-naviagation` +- `ballast-navigation` - New Inputs added to the `RouterContract`, to handle some common navigational patterns: - `RouterContract.Inputs.PopAllWithAnnotation` allows you to remove the last destinations which have a given `RouteAnnotation`. For example, this may be used if a sub-flow's destinations all have a common annotation, so you