From 029bd4c1ffbd62fa3b3c4aca7ea80bc18223894e Mon Sep 17 00:00:00 2001 From: John Tanzer <82201261+moshetanzer@users.noreply.github.com> Date: Sat, 23 Nov 2024 07:53:01 +0200 Subject: [PATCH] chore: grammar (#1745) --- pages/sessions/basic-api/mysql.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/sessions/basic-api/mysql.md b/pages/sessions/basic-api/mysql.md index bb498f6ae..3dbeca697 100644 --- a/pages/sessions/basic-api/mysql.md +++ b/pages/sessions/basic-api/mysql.md @@ -25,7 +25,7 @@ CREATE TABLE user_session ( ## Install dependencies -This page uses [Oslo](https://oslojs.dev) for various operations to support a wide range of runtimes. Oslo packages are fully-typed, lightweight, and has minimal dependencies. These packages are optional and can be replaced by runtime built-ins. +This page uses [Oslo](https://oslojs.dev) for various operations to support a wide range of runtimes. Oslo packages are fully-typed, lightweight, and have minimal dependencies. These packages are optional and can be replaced by runtime built-ins. ``` npm i @oslojs/encoding @oslojs/crypto