Skip to content

Commit 9c9b577

Browse files
authored
docs: fix typo (#2697)
1 parent 290cb03 commit 9c9b577

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/config.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ Each mapping in the `plugins` collection has the following keys:
330330
- The SHA256 checksum for the downloaded file.
331331

332332
```yaml
333-
version: 2
333+
version: "2"
334334
plugins:
335335
- name: "py"
336336
wasm:
@@ -358,7 +358,7 @@ See the [vet](../howto/vet.md) documentation for a list of built-in rules and
358358
help writing custom rules.
359359

360360
```yaml
361-
version: 2
361+
version: "2"
362362
sql:
363363
- schema: "query.sql"
364364
queries: "query.sql"

0 commit comments

Comments
 (0)