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);