diff --git a/articles/hilla/reference/configuration.adoc b/articles/hilla/reference/configuration.adoc index 6cd98a830d..db682ebf7e 100644 --- a/articles/hilla/reference/configuration.adoc +++ b/articles/hilla/reference/configuration.adoc @@ -10,7 +10,7 @@ include::{root}/articles/hilla/lit/reference/configuration.adoc[tag=content] == Core & Pro Vaadin React Components -Vaadin React components include free, core components and commercial (i.e., professional) components. They're shipped in separate npm packages: `@vaadin/react-components`, which is only free; and `@vaadin/react-components-pro`, which is only commercial. Vaadin adds both of these packages to [filename]`package.json` if `com.vaadin:vaadin` artifact is in the project's configuration: +Vaadin React components include free core components and Pro (commercial) components. They're shipped in separate npm packages: `@vaadin/react-components`, which contains only free components; and `@vaadin/react-components-pro`, which contains only commercial components. Vaadin adds both of these packages to [filename]`package.json` if the `com.vaadin:vaadin` artifact is used in the Java project configuration. By default, this is done in the Maven [filename]`pom.xml`. [source,xml] .pom.xml @@ -21,7 +21,7 @@ Vaadin React components include free, core components and commercial (i.e., prof ---- -It adds only `@vaadin/react-components` if `com.vaadin:vaadin-core` is used: +If the `com.vaadin:vaadin-core` dependency is used, only the free `@vaadin/react-components` package is added: [source,xml] .pom.xml