From c4f58551ef57d5ff1db98f6edab93e46ce45dfa0 Mon Sep 17 00:00:00 2001 From: "@beer" <47961062+iiio2@users.noreply.github.com> Date: Thu, 27 Jun 2024 14:23:07 +0600 Subject: [PATCH] chore: fix typo (#47) --- docs/.config/docs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/.config/docs.yaml b/docs/.config/docs.yaml index 29654fd..eefd3d7 100644 --- a/docs/.config/docs.yaml +++ b/docs/.config/docs.yaml @@ -14,7 +14,7 @@ landing: features: - title: Runtime Agnostic description: - Seamlessly integrates with Bun, Deno, Cloudflare Workrs and Node.js + Seamlessly integrates with Bun, Deno, Cloudflare Workers and Node.js (ws or uWebSockets.js) - title: Made for Performance description: @@ -25,4 +25,4 @@ landing: Zero Dependency with bundled ws for Node.js support. Extremely lightweight and tree-shakable packaging with ESM and CJS support. - title: Developer Friendly - description: Typed Hooks API and human friednly logging support. + description: Typed Hooks API and human friendly logging support.