diff --git a/framework-docs/src/docs/asciidoc/core/core-aop.adoc b/framework-docs/src/docs/asciidoc/core/core-aop.adoc index fc2dea6749c..a59d5ecd977 100644 --- a/framework-docs/src/docs/asciidoc/core/core-aop.adoc +++ b/framework-docs/src/docs/asciidoc/core/core-aop.adoc @@ -2680,7 +2680,7 @@ following: -[[aop-schema-instatiation-models]] +[[aop-schema-instantiation-models]] === Aspect Instantiation Models The only supported instantiation model for schema-defined aspects is the singleton diff --git a/framework-docs/src/docs/asciidoc/data-access.adoc b/framework-docs/src/docs/asciidoc/data-access.adoc index 283223d9662..4049083688e 100644 --- a/framework-docs/src/docs/asciidoc/data-access.adoc +++ b/framework-docs/src/docs/asciidoc/data-access.adoc @@ -8636,7 +8636,7 @@ given `javax.xml.transform.Result`. The result is a tagging interface that basic represents an XML output abstraction. Concrete implementations wrap various XML representations, as the following table indicates: -[[oxm-marshller-tbl]] +[[oxm-marshaller-tbl]] |=== | Result implementation| Wraps XML representation @@ -8679,7 +8679,7 @@ This interface also has one method, which reads from the given with `Result`, `Source` is a tagging interface that has three concrete implementations. Each wraps a different XML representation, as the following table indicates: -[[oxm-unmarshller-tbl]] +[[oxm-unmarshaller-tbl]] |=== | Source implementation| Wraps XML representation