Skip to content

Commit

Permalink
Fix smithy-build.json typo (closes #188)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtdowling committed Nov 2, 2019
1 parent 7001892 commit 0262332
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/guides/building-models/gradle-plugin.rst
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ projection. For example:
.. code-tab:: json

{
"smithy": "1.0",
"version": "1.0",
"projections": {
"external": {
"transforms": [
Expand Down Expand Up @@ -305,7 +305,7 @@ The following example generates an OpenAPI model from a Smithy model:
.. code-tab:: json

{
"smithy": "1.0",
"version": "1.0",
"plugins": {
"openapi": {
"service": "foo.baz#MyService"
Expand Down

0 comments on commit 0262332

Please sign in to comment.