mirror of https://github.com/dapr/docs.git
fixed typo in component yaml
The attribute "value" was spelled "vale"
This commit is contained in:
parent
efeb4cb0e5
commit
f5cdf8941d
|
|
@ -25,7 +25,7 @@ spec:
|
|||
- name: namespace
|
||||
value: <NAMESPACE>
|
||||
- name: resyncPeriodInSec
|
||||
vale: "<seconds>"
|
||||
value: "<seconds>"
|
||||
```
|
||||
|
||||
## Spec metadata fields
|
||||
|
|
|
|||
Loading…
Reference in New Issue