diff --git a/customizations.md b/customizations.md index da7bc1244..eb7f271b6 100644 --- a/customizations.md +++ b/customizations.md @@ -71,7 +71,7 @@ trait BaseCustomer { You can specify any number of base traits for a message. It is also possible to make the generated companion classes extend a class -or trait, by using the `companion_extends` options. For example: +or trait, by using the `companion_extends` option. For example: {% highlight proto %} message MyMessage {