Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix typo attrubute to attribute #717

Merged
merged 1 commit into from
Feb 19, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/source/1.0/spec/aws/aws-ec2-query-protocol.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <xmlAttribute-trait>`
* - :ref:`xmlAttribute <xmlAttribute-trait>`
- Serializes an object property as an XML attribute rather than a nested
XML element.
* - :ref:`xmlFlattened <xmlFlattened-trait>`
Expand Down
2 changes: 1 addition & 1 deletion docs/source/1.0/spec/aws/aws-query-protocol.rst
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ that affect serialization:
* - :ref:`hostLabel <hostLabel-trait>`
- Binds a top-level operation input structure member to a label in
the hostPrefix of an endpoint trait.
* - :ref:`xmlAttrubute <xmlAttribute-trait>`
* - :ref:`xmlAttribute <xmlAttribute-trait>`
- Serializes an object property as an XML attribute rather than a nested
XML element.
* - :ref:`xmlFlattened <xmlFlattened-trait>`
Expand Down
2 changes: 1 addition & 1 deletion docs/source/1.0/spec/aws/aws-restxml-protocol.rst
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ that affect serialization:
prefixed HTTP headers.
* - :ref:`httpQuery <httpQuery-trait>`
- Binds a top-level input structure member to a query string parameter.
* - :ref:`xmlAttrubute <xmlAttribute-trait>`
* - :ref:`xmlAttribute <xmlAttribute-trait>`
- Serializes an object property as an XML attribute rather than a nested
XML element.
* - :ref:`xmlFlattened <xmlFlattened-trait>`
Expand Down