Fix typos (#764)

Found via `codespell -S static,data -L selct`
This commit is contained in:
Kian-Meng Ang
2024-11-18 14:08:29 +08:00
committed by GitHub
parent 7fe302ed7c
commit 08b1ea71e7
5 changed files with 6 additions and 6 deletions

View File

@@ -3,7 +3,7 @@ require "sinatra"
# Authentication token
$token = "test"
# List of all availble resources
# List of all available resources
$resources = {
"id1" => "postgres://localhost:5432/db1?sslmode=disable",
"id2" => "postgres://localhost:5432/db2?sslmode=disable",