From a85da242b4db78bc7ce469439691c261ef87dd78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20L=C3=A9one?= Date: Tue, 5 Sep 2023 19:48:39 +0200 Subject: [PATCH] chore: fix typo --- docs/reference/config.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/config.md b/docs/reference/config.md index 83a14df7f5..5d86faafd7 100644 --- a/docs/reference/config.md +++ b/docs/reference/config.md @@ -330,7 +330,7 @@ Each mapping in the `plugins` collection has the following keys: - The SHA256 checksum for the downloaded file. ```yaml -version: 2 +version: "2" plugins: - name: "py" wasm: @@ -358,7 +358,7 @@ See the [vet](../howto/vet.md) documentation for a list of built-in rules and help writing custom rules. ```yaml -version: 2 +version: "2" sql: - schema: "query.sql" queries: "query.sql"