Skip to content

Commit 02de32f

Browse files
authored
Fix typo in config-flow.md from 'string.json' to 'strings.json' (#2834)
1 parent 202f37d commit 02de32f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/core/integration-quality-scale/rules/config-flow.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class MyConfigFlow(ConfigFlow, domain=DOMAIN):
4949
)
5050
```
5151

52-
`string.json`:
52+
`strings.json`:
5353
```json
5454
{
5555
"config": {
@@ -78,4 +78,4 @@ The integrations that are exempt in [ADR-0010](https://github.com/home-assistant
7878

7979
## Related rules
8080

81-
<RelatedRules relatedRules={frontMatter.related_rules}></RelatedRules>
81+
<RelatedRules relatedRules={frontMatter.related_rules}></RelatedRules>

0 commit comments

Comments
 (0)