Marc Würth 11 years ago
parent
commit
1c9aa7f2f6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      View/Helper/GoogleMapV3Helper.php

+ 1 - 1
View/Helper/GoogleMapV3Helper.php

@@ -27,7 +27,7 @@ App::uses('AppHelper', 'View/Helper');
  *
  *
  * v1.4: Better handling of script output and directions added
  * v1.4: Better handling of script output and directions added
  * You can now either keep map() + script(), or you can now write the script to the buffer with
  * You can now either keep map() + script(), or you can now write the script to the buffer with
- * map() + finalize(). You can then decide wether the JS should be in the head or the footer of your layout.
+ * map() + finalize(). You can then decide whether the JS should be in the head or the footer of your layout.
  * Don't forget to put `echo $this->Js->writeBuffer(array('inline' => true));` somewhere in your layout then, though.
  * Don't forget to put `echo $this->Js->writeBuffer(array('inline' => true));` somewhere in your layout then, though.
  * You can now also add directions using addDirections().
  * You can now also add directions using addDirections().
  *
  *