diff --git a/laravel/documentation/session/usage.md b/laravel/documentation/session/usage.md index 9e6984ca..1b5c9d5c 100644 --- a/laravel/documentation/session/usage.md +++ b/laravel/documentation/session/usage.md @@ -57,7 +57,7 @@ ## Flashing Items Session::flash('status', 'Welcome Back!'); -Flash items that are expring in subsequent requests can be retained for another request by using one of the **reflash** or **keep** methods: +Flash items that are expiring in subsequent requests can be retained for another request by using one of the **reflash** or **keep** methods: Retain all items for another request: