Skip to content

Commit

Permalink
docs(tool/spanner-sql): fix spanner-sql kind in example (#303)
Browse files Browse the repository at this point in the history
Update `spanner-sql` kind in example. It was previously updated
throughout the doc, except for the example.
It should be `spanner-sql` instead of `spanner`.

Fixes #302
  • Loading branch information
Yuan325 authored Feb 24, 2025
1 parent d6fa1f2 commit f1156ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/resources/tools/spanner-sql.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ the second parameter, and so on.

tools:
search_flights_by_number:
kind: spanner
kind: spanner-sql
source: my-spanner-instance
statement: |
SELECT * FROM flights
Expand Down

0 comments on commit f1156ff

Please sign in to comment.