diff --git a/articles/hilla/lit/reference/type-nullability.adoc b/articles/hilla/lit/reference/type-nullability.adoc index 4a5d561754..157df04afb 100644 --- a/articles/hilla/lit/reference/type-nullability.adoc +++ b/articles/hilla/lit/reference/type-nullability.adoc @@ -17,7 +17,7 @@ Types that are set as _non_nullable_ are in essence required. Whereas types that Any of these nullable types can be made non-nullable by applying a `@NonNull` annotation. -While using any annotation that has the name `nonnull` (case-insensitive) is supported, Vaadin recommends using the `org.jspecify.annotations.NonNull`. Below are some examples of other supported `nonnull` annotations: +While the usage of any annotation that has the name `nonnull` (case-insensitive) is supported, Vaadin recommends using the `org.jspecify.annotations.NonNull`. Below are some examples of other supported `nonnull` annotations: * `jakarta.annotation.Nonnull`; * `edu.umd.cs.findbugs.annotations.NonNull`;