diff --git a/spring-framework-reference/src/xsd-configuration.xml b/spring-framework-reference/src/xsd-configuration.xml
index 460bbe725ea..3dc0c6957c9 100644
--- a/spring-framework-reference/src/xsd-configuration.xml
+++ b/spring-framework-reference/src/xsd-configuration.xml
@@ -99,7 +99,7 @@ http://www.springframework.org/schema/beans http://www.springframework.org/schem
and suchlike.
To use the tags in the util schema, you need to have
the following preamble at the top of your Spring XML configuration file;
- the emboldened text in the snippet below references the correct schema so that
+ the bold text in the snippet below references the correct schema so that
the tags in the util namespace are available to you.
To use the tags in the jee schema, you need to have
the following preamble at the top of your Spring XML configuration file;
- the emboldened text in the following snippet references the correct schema so that
+ the bold text in the following snippet references the correct schema so that
the tags in the jee namespace are available to you.
In the interest of completeness, to use the tags in the lang
schema, you need to have the following preamble at the top of your Spring XML
- configuration file; the emboldened text in the following snippet references the
+ configuration file; the bold text in the following snippet references the
correct schema so that the tags in the lang namespace are
available to you.
@@ -647,7 +647,7 @@ http://www.springframework.org/schema/beans http://www.springframework.org/schem
themselves.
In the interest of completeness, to use the tags in the jms
schema, you need to have the following preamble at the top of your Spring XML
- configuration file; the emboldened text in the following snippet references the
+ configuration file; the bold text in the following snippet references the
correct schema so that the tags in the jms namespace are
available to you.
@@ -679,7 +679,7 @@ http://www.springframework.org/schema/beans http://www.springframework.org/schem
In the interest of completeness, to use the tags in the tx
schema, you need to have the following preamble at the top of your Spring XML
- configuration file; the emboldened text in the following snippet references the
+ configuration file; the bold text in the following snippet references the
correct schema so that the tags in the tx namespace are
available to you.
@@ -710,7 +710,7 @@ http://www.springframework.org/schema/aop http://www.springframework.org/schema/
comprehensively covered in the chapter entitled .
In the interest of completeness, to use the tags in the aop
schema, you need to have the following preamble at the top of your Spring XML
- configuration file; the emboldened text in the following snippet references the
+ configuration file; the bold text in the following snippet references the
correct schema so that the tags in the aop namespace are
available to you.