Skip to content
This repository has been archived by the owner on Sep 21, 2023. It is now read-only.

Commit

Permalink
docs: fix a missing period (#716)
Browse files Browse the repository at this point in the history
  • Loading branch information
escwxyz authored Aug 22, 2023
1 parent f38ee39 commit 2c53161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion basics/connecting_to_databases.md
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ console.log(`Started on http://localhost:3000`);
To make GraphQL client calls in Deno, import the
[graphql npm module](https://www.npmjs.com/package/graphql) with the
[esm CDN](https://esm.sh/). To learn more about using npm modules in Deno via
CDN read [here](../node/cdns.md)
CDN read [here](../node/cdns.md).

#### Make GraphQL client calls with the graphql npm module

Expand Down

0 comments on commit 2c53161

Please sign in to comment.