From 1eb5c78834bb037baefb7ceedebb685a7d49dbfd Mon Sep 17 00:00:00 2001 From: John Woo Date: Fri, 19 Feb 2021 09:37:32 -0800 Subject: [PATCH] fix typo attrubute to attribute --- docs/source/1.0/spec/aws/aws-ec2-query-protocol.rst | 2 +- docs/source/1.0/spec/aws/aws-query-protocol.rst | 2 +- docs/source/1.0/spec/aws/aws-restxml-protocol.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/1.0/spec/aws/aws-ec2-query-protocol.rst b/docs/source/1.0/spec/aws/aws-ec2-query-protocol.rst index 0c8bde8099d..4d0bf945b5e 100644 --- a/docs/source/1.0/spec/aws/aws-ec2-query-protocol.rst +++ b/docs/source/1.0/spec/aws/aws-ec2-query-protocol.rst @@ -190,7 +190,7 @@ that affect serialization: structures are the same as a structure member name. The ``ec2QueryName`` changes the key segment name to a custom value. See :ref:`aws.protocols#ec2QueryName-query-key-naming` for more information. - * - :ref:`xmlAttrubute ` + * - :ref:`xmlAttribute ` - Serializes an object property as an XML attribute rather than a nested XML element. * - :ref:`xmlFlattened ` diff --git a/docs/source/1.0/spec/aws/aws-query-protocol.rst b/docs/source/1.0/spec/aws/aws-query-protocol.rst index a9387b0f3ec..7a921eca0dd 100644 --- a/docs/source/1.0/spec/aws/aws-query-protocol.rst +++ b/docs/source/1.0/spec/aws/aws-query-protocol.rst @@ -78,7 +78,7 @@ that affect serialization: * - :ref:`hostLabel ` - Binds a top-level operation input structure member to a label in the hostPrefix of an endpoint trait. - * - :ref:`xmlAttrubute ` + * - :ref:`xmlAttribute ` - Serializes an object property as an XML attribute rather than a nested XML element. * - :ref:`xmlFlattened ` diff --git a/docs/source/1.0/spec/aws/aws-restxml-protocol.rst b/docs/source/1.0/spec/aws/aws-restxml-protocol.rst index 7585834fd3b..dbda6b1d6b0 100644 --- a/docs/source/1.0/spec/aws/aws-restxml-protocol.rst +++ b/docs/source/1.0/spec/aws/aws-restxml-protocol.rst @@ -175,7 +175,7 @@ that affect serialization: prefixed HTTP headers. * - :ref:`httpQuery ` - Binds a top-level input structure member to a query string parameter. - * - :ref:`xmlAttrubute ` + * - :ref:`xmlAttribute ` - Serializes an object property as an XML attribute rather than a nested XML element. * - :ref:`xmlFlattened `