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

Commit ac76b94

Browse files
committed
Fixed typo
1 parent 84dd725 commit ac76b94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/book/cookbook/factories-vs-abstract-factories.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Factory | Performance; explicit mapping to factory responsible | Additi
2727
Essentially, it comes down to *convenience* versus *explicitness* and/or
2828
*performance*.
2929

30-
## Conveneience
30+
## Convenience
3131

3232
Writing a factory per service is time consuming, and, particularly in early
3333
stages of an application, can distract from the actual business of writing the

0 commit comments

Comments
 (0)