diff --git a/docs/source-2.0/aws/aws-auth.rst b/docs/source-2.0/aws/aws-auth.rst
index 4bfaf6db7ff..cad4323005c 100644
--- a/docs/source-2.0/aws/aws-auth.rst
+++ b/docs/source-2.0/aws/aws-auth.rst
@@ -6,12 +6,6 @@ AWS Authentication Traits
 
 This document defines AWS authentication schemes.
 
-If a request contains the ``Authorization`` header or a query string parameter
-with the name of ``X-Amz-Algorithm`` containing the value ``AWS4-HMAC-SHA256``,
-the request will undergo authentication and be rejected if it fails. Otherwise,
-if the :ref:`optionalAuth-trait` is applied, the service shall operate on the
-unauthenticated request.
-
 .. smithy-trait:: aws.auth#sigv4
 .. _aws.auth#sigv4-trait:
 
@@ -41,6 +35,12 @@ Trait value
             NOT be empty. This value SHOULD match the ``arnNamespace`` property
             of the :ref:`aws.api#service-trait`.
 
+If a request contains the ``Authorization`` header or a query string parameter
+with the name of ``X-Amz-Algorithm`` containing the value ``AWS4-HMAC-SHA256``,
+the request will undergo authentication and be rejected if it fails. Otherwise,
+if the :ref:`optionalAuth-trait` is applied, the service shall operate on the
+unauthenticated request.
+
 .. code-block:: smithy
 
     $version: "2"