Skip to content

Commit

Permalink
Touch up smithy-template.json descriptions (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
hpmellema authored Feb 19, 2024
1 parent c54e4ee commit 0bb6587
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions smithy-templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
]
},
"build-dependencies": {
"documentation": "",
"documentation": "Add build-only dependencies.",
"path": "examples/jar-plugin/build-dependencies",
"include": [
"gradle/",
Expand All @@ -72,7 +72,7 @@
]
},
"custom-trait": {
"documentation": "Add Smithy files defining a to a JAR alongside the Java definition of that trait.",
"documentation": "Add Smithy files for a trait alongside the Java definition of that trait.",
"path": "examples/jar-plugin/custom-trait",
"include": [
"gradle/",
Expand All @@ -82,7 +82,7 @@
]
},
"kotlin-jvm-project": {
"documentation": "Add Smithy models to a jar created by a kotlin project.",
"documentation": "Add Smithy models to a JAR created by a Kotlin project.",
"path": "examples/jar-plugin/kotlin-jvm-project",
"include": [
"gradle/",
Expand All @@ -92,7 +92,7 @@
]
},
"scala-project": {
"documentation": "Add Smithy models to a jar created by a Scala project.",
"documentation": "Add Smithy models to a JAR created by a Scala project.",
"path": "examples/jar-plugin/scala-project",
"include": [
"gradle/",
Expand Down

0 comments on commit 0bb6587

Please sign in to comment.