diff --git a/modules/ROOT/pages/subscriptions/getting-started.adoc b/modules/ROOT/pages/subscriptions/getting-started.adoc index d091fdc6..541df990 100644 --- a/modules/ROOT/pages/subscriptions/getting-started.adoc +++ b/modules/ROOT/pages/subscriptions/getting-started.adoc @@ -123,7 +123,7 @@ async function main() { const PORT = 4000; httpServer.listen(PORT, () => { - console.log(`Server is now running on http://localhost:${PORT}/grahpql`); + console.log(`Server is now running on http://localhost:${PORT}/graphql`); }); }