Skip to content

Commit 629aa47

Browse files
author
Shawn McCool
committed
added view share docs
1 parent 0ce73ec commit 629aa47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

views/home.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Typically, a route or controller will request data from a model that the view ne
9292
$view['name'] = 'James';
9393
$view['email'] = '[email protected]';
9494

95-
#### Share a value in each view into your application:
95+
#### Share a value with all views into your application:
9696

9797
View::share('key', 'value');
9898

0 commit comments

Comments
 (0)