Skip to content

Commit

Permalink
Fix typo in function doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Shell32-Natsu committed Jun 25, 2020
1 parent 1193dc7 commit f46e09c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/content/en/reference/fn/run/_index.md
Expand Up @@ -166,7 +166,7 @@ __Example__: Declare two functions in `DIR/functions/my-functions.yaml`:
```yaml
apiVersion: v1
kind: ConfigMap
metdata:
metadata:
annotations:
config.kubernetes.io/function: |
container:
Expand All @@ -176,7 +176,7 @@ data:
---
apiVersion: v1
kind: MyType
metdata:
metadata:
annotations:
config.kubernetes.io/function: |
container:
Expand Down

0 comments on commit f46e09c

Please sign in to comment.