From f091b11fbe7cca6898750e562a067d021ba84418 Mon Sep 17 00:00:00 2001 From: Franky Date: Mon, 12 Aug 2024 15:06:53 +0200 Subject: [PATCH] Fix typo --- documentation/docs/pages/docs/deploying/railway.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/docs/pages/docs/deploying/railway.mdx b/documentation/docs/pages/docs/deploying/railway.mdx index 734ae7f7..36ef9dcc 100644 --- a/documentation/docs/pages/docs/deploying/railway.mdx +++ b/documentation/docs/pages/docs/deploying/railway.mdx @@ -48,7 +48,7 @@ https://github.com/joshstevens19/rindexer/tree/master/providers/railway ``` - then open the service "Variables" tab and click on "Add Variable Reference" and select `DATABASE_URL`, - - postfix `?sslmode=diable` to the end of the value. It should look like this: `${{Postgres.DATABASE_URL}}?sslmode=disable`, + - postfix `?sslmode=disable` to the end of the value. It should look like this: `${{Postgres.DATABASE_URL}}?sslmode=disable`, - hit "Deploy" or Shift+Enter. 6. Create a domain to access GraphQL Playground