Browse Source

Clean up grammar in Configure timezone in bootstrap

Bryan Crowe 12 years ago
parent
commit
20faace775
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/Config/core.php

+ 2 - 2
app/Config/core.php

@@ -270,9 +270,9 @@
 	//date_default_timezone_set('UTC');
 
 /**
- * `Config.timezone` is available which you can set to user's timezone string.
+ * `Config.timezone` is available in which you can set users' timezone string.
  * If a method of CakeTime class is called with $timezone parameter as null and `Config.timezone` is set,
- * then the value of `Config.timezone` will be used. This feature allows you to set user's timezone just
+ * then the value of `Config.timezone` will be used. This feature allows you to set users' timezone just
  * once instead of passing it each time in function calls.
  */
 	//Configure::write('Config.timezone', 'Europe/Paris')