diff options
-rw-r--r-- | doc/development/fe_guide/design_patterns.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/fe_guide/design_patterns.md b/doc/development/fe_guide/design_patterns.md index 1555c2b1cc7..c466f5a72dc 100644 --- a/doc/development/fe_guide/design_patterns.md +++ b/doc/development/fe_guide/design_patterns.md @@ -79,7 +79,7 @@ You can find an example of the above in this [class][container-class-example]; ## Custom errors -Custom/namespaced error are not accepted. You should just use a string. +Custom/namespaced errors are not accepted. You should just use a string. Example: |