From 0bb65875e0c4b1478cf4c38d01c29b84cd5620ea Mon Sep 17 00:00:00 2001 From: Hunter Mellema <124718352+hpmellema@users.noreply.github.com> Date: Mon, 19 Feb 2024 08:01:38 -0700 Subject: [PATCH] Touch up smithy-template.json descriptions (#122) --- smithy-templates.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/smithy-templates.json b/smithy-templates.json index f9fbc22..0ee1e14 100644 --- a/smithy-templates.json +++ b/smithy-templates.json @@ -62,7 +62,7 @@ ] }, "build-dependencies": { - "documentation": "", + "documentation": "Add build-only dependencies.", "path": "examples/jar-plugin/build-dependencies", "include": [ "gradle/", @@ -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/", @@ -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/", @@ -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/",