From 110078d2af55053f5c24e0fbb2b4115d1687cc36 Mon Sep 17 00:00:00 2001 From: TommyC81 Date: Fri, 29 Jun 2012 21:55:38 +0300 Subject: [PATCH] Fixed typo --- laravel/documentation/session/usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ The **flash** method stores an item in the session that will expire after the ne 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: