Browse Source

Fixed typo

TommyC81 12 years ago
parent
commit
110078d2af
1 changed files with 1 additions and 1 deletions
  1. 1 1
      laravel/documentation/session/usage.md

+ 1 - 1
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!');
 	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:
 Retain all items for another request: