@@ -172,7 +172,7 @@ different properties with `jee`:
172172
173173The `<jee:local-slsb/>` element configures a reference to a local EJB Stateless Session Bean.
174174
175- The following example shows how to configures a reference to a local EJB Stateless Session Bean
175+ The following example shows how to configure a reference to a local EJB Stateless Session Bean
176176without `jee`:
177177
178178[source,xml,indent=0,subs="verbatim,quotes"]
@@ -184,7 +184,7 @@ without `jee`:
184184 </bean>
185185----
186186
187- The following example shows how to configures a reference to a local EJB Stateless Session Bean
187+ The following example shows how to configure a reference to a local EJB Stateless Session Bean
188188with `jee`:
189189
190190[source,xml,indent=0,subs="verbatim,quotes"]
@@ -200,7 +200,7 @@ with `jee`:
200200
201201The `<jee:local-slsb/>` element configures a reference to a local EJB Stateless Session Bean.
202202
203- The following example shows how to configures a reference to a local EJB Stateless Session Bean
203+ The following example shows how to configure a reference to a local EJB Stateless Session Bean
204204and a number of properties without `jee`:
205205
206206[source,xml,indent=0,subs="verbatim,quotes"]
@@ -215,7 +215,7 @@ and a number of properties without `jee`:
215215 </bean>
216216----
217217
218- The following example shows how to configures a reference to a local EJB Stateless Session Bean
218+ The following example shows how to configure a reference to a local EJB Stateless Session Bean
219219and a number of properties with `jee`:
220220
221221[source,xml,indent=0,subs="verbatim,quotes"]
@@ -234,7 +234,7 @@ and a number of properties with `jee`:
234234
235235The `<jee:remote-slsb/>` element configures a reference to a `remote` EJB Stateless Session Bean.
236236
237- The following example shows how to configures a reference to a remote EJB Stateless Session Bean
237+ The following example shows how to configure a reference to a remote EJB Stateless Session Bean
238238without `jee`:
239239
240240[source,xml,indent=0,subs="verbatim,quotes"]
@@ -251,7 +251,7 @@ without `jee`:
251251 </bean>
252252----
253253
254- The following example shows how to configures a reference to a remote EJB Stateless Session Bean
254+ The following example shows how to configure a reference to a remote EJB Stateless Session Bean
255255with `jee`:
256256
257257[source,xml,indent=0,subs="verbatim,quotes"]
@@ -313,7 +313,7 @@ xref:integration/jmx/naming.adoc#jmx-context-mbeanexport[Configuring Annotation-
313313=== The `cache` Schema
314314
315315You can use the `cache` elements to enable support for Spring's `@CacheEvict`, `@CachePut`,
316- and `@Caching` annotations. It it also supports declarative XML-based caching. See
316+ and `@Caching` annotations. It is also supports declarative XML-based caching. See
317317xref:integration/cache/annotations.adoc#cache-annotation-enable[Enabling Caching Annotations] and
318318xref:integration/cache/declarative-xml.adoc[Declarative XML-based Caching] for details.
319319
0 commit comments