Skip to content

Commit 193a262

Browse files
xiao2shiqikstich
authored andcommitted
Update generating-a-client.rst
fix trailing comma
1 parent 252c967 commit 193a262

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source-2.0/guides/using-code-generation/generating-a-client.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ contents:
234234
"name": "weather-service",
235235
"scripts": {
236236
"generate": "cd smithy && gradle clean build",
237-
"build": "yarn workspace @weather-service/client build",
237+
"build": "yarn workspace @weather-service/client build"
238238
},
239239
"dependencies": {
240240
"@weather-service/client": "0.0.1"

0 commit comments

Comments
 (0)