Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 33e6430

Browse files
committed
Fixed typo
1 parent 08aafb9 commit 33e6430

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/book/migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ return [
183183
```
184184

185185
While this may seem like more steps, doing so ensures your code has no hidden
186-
dependencies, improves the testability of your cod, and allows you to substitute
186+
dependencies, improves the testability of your code, and allows you to substitute
187187
alternatives for either the dependencies or the controller itself.
188188

189189
#### Optional dependencies

0 commit comments

Comments
 (0)