Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pkuczynski committed Feb 8, 2025
1 parent 992236c commit b5e3a78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/documentation/ssl.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ To enable SSL without manually providing certificates and assuming they are alre
```ts
const connection = await mysql.createConnection({
host: 'localhost',
ssl: true
ssl: true,
});
```

Expand Down

0 comments on commit b5e3a78

Please sign in to comment.