Skip to content

Commit f07d106

Browse files
authored
Merge pull request #722 from fabianburth/fix/website-type-example-typo
fix website type example typo
2 parents d537f9c + 2914770 commit f07d106

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/docs/concepts/10-simple-schema.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ spec:
3636
ports: "[]integer"
3737

3838
# Map type
39-
env: "map[string]mytype"
39+
env: "map[string]myType"
4040

4141
# Custom Types
4242
types:

0 commit comments

Comments
 (0)