Browse Source

Edited application/config/view.php via GitHub

Taylor Otwell 13 years ago
parent
commit
d6e1d5424d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/config/view.php

+ 1 - 1
application/config/view.php

@@ -10,7 +10,7 @@ return array(
 	| Here you can define all of the named views for your application. 
 	|
 	| Once you have defined the named view, you can create a View instance for
-	| that view using the View::of dynamic static method.
+	| that view using the View::of dynamic method.
 	|
 	| For example, if you define a named view named "layout", you could create
 	| an instance of that View by calling: View::of_layout().