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