Skip to content

Commit 34c57e6

Browse files
authored
fix(docs): added comma in config example (#1860)
add comma in documentation
1 parent e4deca5 commit 34c57e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/content/docs/tutorial/k-lib.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ local k = import "github.com/grafana/jsonnet-libs/ksonnet-util/kausal.libsonnet"
228228
+ port: 9090,
229229
+ name: "prometheus"
230230
+ }
231-
+ }
231+
+ },
232232

233233
local deployment = k.apps.v1.deployment,
234234
local container = k.core.v1.container,

0 commit comments

Comments
 (0)