Skip to content

Commit 43354db

Browse files
authored
[docs] json format fix of configuration.md (#2168)
## Summary json format fix of configuration.md ## How was it tested? just docs update Signed-off-by: Coldle <[email protected]>
1 parent 4409115 commit 43354db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/app/docs/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Packages can be structured as a list of package names (`<packages>@<version>`) o
2828
```json
2929
{
3030
"packages": [
31-
"go@latest"
31+
"go@latest",
3232
"golangci-lint@latest"
3333
]
3434
}

0 commit comments

Comments
 (0)