Skip to content
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.

Commit

Permalink
Typo: $filterAgrs
Browse files Browse the repository at this point in the history
  • Loading branch information
richerlariviere committed May 4, 2015
1 parent 900e986 commit 9b780ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Docs/Tutorials/Quick-Start.md
Expand Up @@ -46,7 +46,7 @@ class User extends AppModel {
}
```

There is no need to make any additional changes in your view, only make sure that your form includes the fields defined in your ```$filterAgrs``` property, for example:
There is no need to make any additional changes in your view, only make sure that your form includes the fields defined in your ```$filterArgs``` property, for example:

```php
<?php
Expand Down

0 comments on commit 9b780ed

Please sign in to comment.