Fix spelling errors and broken links

This commit is contained in:
Evan Ibbott 2020-09-01 11:35:51 -04:00
parent de0a9c40f6
commit ed8aa7647b
11 changed files with 11 additions and 11 deletions

View file

@ -33,7 +33,7 @@ class PostController
}
```
If you don't like that because you access some dependency from many actions, consider creating a memoized method:
If you don't like that because you access some dependency from many actions, consider creating a memorized method:
```php
class PostController