diff --git a/docs/source-2.0/guides/building-codegen/configuring-the-generator.rst b/docs/source-2.0/guides/building-codegen/configuring-the-generator.rst index 7685a8f8603..1b22fe2b14d 100644 --- a/docs/source-2.0/guides/building-codegen/configuring-the-generator.rst +++ b/docs/source-2.0/guides/building-codegen/configuring-the-generator.rst @@ -13,7 +13,7 @@ smithy-build.json files. For example: .. code-block:: json :caption: smithy-build.json - :emphasize-lines: 4-9 + :emphasize-lines: 4-8 { "version": "1.0", diff --git a/docs/source-2.0/guides/evolving-models.rst b/docs/source-2.0/guides/evolving-models.rst index f6e68f7ad0a..04fd3488d80 100644 --- a/docs/source-2.0/guides/evolving-models.rst +++ b/docs/source-2.0/guides/evolving-models.rst @@ -5,12 +5,12 @@ Evolving Models This guide describes how to evolve Smithy models without breaking your customers. - .. note:: +.. note:: - This page does not include every possible backwards or forwards - compatible change. For traits, the best place to look for compatibility - is the specification for the trait or its model definition as defined by - the :ref:`breaking changes property `. + This page does not include every possible backwards or forwards + compatible change. For traits, the best place to look for compatibility + is the specification for the trait or its model definition as defined by + the :ref:`breaking changes property `. Updating services =================