Skip to content

Commit

Permalink
correct typos
Browse files Browse the repository at this point in the history
  • Loading branch information
antograssiot committed Aug 29, 2015
1 parent 4075c3d commit 0ed77b3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Database/Expression/QueryExpression.php
Expand Up @@ -478,7 +478,7 @@ public function iterateParts(callable $callable)
* Helps calling the `and()` and `or()` methods transparently.
*
* @param string $method The method name.
* @param array $args The argumemts to pass to the method.
* @param array $args The arguments to pass to the method.
* @return \Cake\Database\Expression\QueryExpression
* @throws \BadMethodCallException
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Database/README.md
Expand Up @@ -21,7 +21,7 @@ convert them back when retrieving.
This library is able to work with the following databases:

* MySQL
* Postges
* Postgres
* SQLite
* Microsoft SQL Server (2008 and above)

Expand Down
2 changes: 1 addition & 1 deletion src/I18n/README.md
Expand Up @@ -4,7 +4,7 @@ The I18n library provides a `I18n` service locator that can be used for setting
the current locale, building translation bundles and translating messages.

Additionally, it provides the `Time` and `Number` classes which can be used to
ouput dates, currencies and any numbers in the right format for the specified locale.
output dates, currencies and any numbers in the right format for the specified locale.

## Usage

Expand Down
2 changes: 1 addition & 1 deletion src/View/Helper/FormHelper.php
Expand Up @@ -511,7 +511,7 @@ protected function _csrfField()
* Closes an HTML form, cleans up values set by FormHelper::create(), and writes hidden
* input fields where appropriate.
*
* @param array $secureAttributes Secure attibutes which will be passed as HTML attributes
* @param array $secureAttributes Secure attributes which will be passed as HTML attributes
* into the hidden input elements generated for the Security Component.
* @return string A closing FORM tag.
* @link http://book.cakephp.org/3.0/en/views/helpers/form.html#closing-the-form
Expand Down

0 comments on commit 0ed77b3

Please sign in to comment.