Skip to content
2 changes: 1 addition & 1 deletion modules/ROOT/pages/subscriptions/getting-started.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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`);
});
}

Expand Down