Skip to content

Commit f46e09c

Browse files
committed
Fix typo in function doc
1 parent 1193dc7 commit f46e09c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/content/en/reference/fn/run/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ __Example__: Declare two functions in `DIR/functions/my-functions.yaml`:
166166
```yaml
167167
apiVersion: v1
168168
kind: ConfigMap
169-
metdata:
169+
metadata:
170170
annotations:
171171
config.kubernetes.io/function: |
172172
container:
@@ -176,7 +176,7 @@ data:
176176
---
177177
apiVersion: v1
178178
kind: MyType
179-
metdata:
179+
metadata:
180180
annotations:
181181
config.kubernetes.io/function: |
182182
container:

0 commit comments

Comments
 (0)