From 400739d348302f00c272f2298626eeec210aeb2a Mon Sep 17 00:00:00 2001 From: Omar Rida Date: Wed, 2 Oct 2024 19:46:19 +0300 Subject: [PATCH] Fix typo in known-issues.md --- docs/known-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/known-issues.md b/docs/known-issues.md index 0d14d7f..edb0fcf 100644 --- a/docs/known-issues.md +++ b/docs/known-issues.md @@ -8,4 +8,4 @@ If you ever encounter an issue with the package, look here first for documented ## Fixing Laravel's Previous URL Issue -Visits from Turbo Frames will hit your application and Laravel by default keeps track of previously visited URLs to be used with helpers like `url()->previous()`, for instance. This might be confusing because chances are that you wouldn't want to redirect users to the URL of the most recent Turbo Frame that hit your app. So, to avoid storying Turbo Frames visits as Laravel's previous URL, head to the [issue](https://github.com/hotwired-laravel/turbo-laravel/issues/60#issuecomment-1123142591) where a solution was discussed. +Visits from Turbo Frames will hit your application and Laravel by default keeps track of previously visited URLs to be used with helpers like `url()->previous()`, for instance. This might be confusing because chances are that you wouldn't want to redirect users to the URL of the most recent Turbo Frame that hit your app. So, to avoid storing Turbo Frames visits as Laravel's previous URL, head to the [issue](https://github.com/hotwired-laravel/turbo-laravel/issues/60#issuecomment-1123142591) where a solution was discussed.