1. Address typo in https://jakarta.ee/specifications/platform/11/jakarta-platform-spec-11.0#obtaining-an-entity-manager-using-cdi description to `A Jakarta EE container must feature built-integration of Jakarta Persistence with the CDI bean manager, allowing injection of a container-managed entity manager using the annotation jakarta.inject.Inject.` 2. Correct typo in https://jakarta.ee/specifications/platform/11/jakarta-platform-spec-11.0#injecting-an-entity-manager-factory-using-cdi to `A Jakarta EE container must feature built-integration of Jakarta Persistence with the CDI bean manager, allowing injection of an entity manager factory using the annotation jakarta.inject.Inject.`.