diff --git a/docs/packages/common.md b/docs/packages/common.md index 4652e06d67..f4a41e8d21 100644 --- a/docs/packages/common.md +++ b/docs/packages/common.md @@ -54,7 +54,7 @@ class Service {} ### `methodNotAllowed()` -Throws a MethodNotAllowedError. The client gets a `405 Method Not Allowed`; +Throws a MethodNotAllowedError. The client gets a `405 Method Not Allowed`. ```typescript @Service()