Marc Würth 11 年之前
父节点
当前提交
1c9aa7f2f6
共有 1 个文件被更改,包括 1 次插入1 次删除
  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
  * 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.
  * You can now also add directions using addDirections().
  *