From 21f7bf6c199ff93370d8a8f9baa950f084fa7abc Mon Sep 17 00:00:00 2001 From: Wojciech Boman Date: Fri, 29 Nov 2024 10:05:01 +0100 Subject: [PATCH] Adjust getOnboardingAdaptedState docs --- src/libs/Navigation/helpers/getOnboardingAdaptedState.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libs/Navigation/helpers/getOnboardingAdaptedState.ts b/src/libs/Navigation/helpers/getOnboardingAdaptedState.ts index cbb0ac71b8c4..97f02bd91509 100644 --- a/src/libs/Navigation/helpers/getOnboardingAdaptedState.ts +++ b/src/libs/Navigation/helpers/getOnboardingAdaptedState.ts @@ -3,7 +3,7 @@ import SCREENS from '@src/SCREENS'; /** * When we open the application via deeplink to a specific onboarding screen, we want the previous onboarding screens to be able to go back to them. - * Therefore, the paths of the previous screens are added here. + * Therefore, the routes of the previous screens are added here. */ export default function getOnboardingAdaptedState(state: PartialState): PartialState { const onboardingRoute = state.routes.at(0);