Fixed typo

This commit is contained in:
TommyC81
2012-06-29 21:55:38 +03:00
parent 2159596a83
commit 110078d2af

View File

@@ -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: