From 044c632a688e653fbe3ea580eae89a3f38fae97d Mon Sep 17 00:00:00 2001 From: Kenneth Udovic Date: Thu, 11 Jan 2024 22:56:39 -0500 Subject: [PATCH] chore: usage --- apps/docs/src/pages/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/docs/src/pages/index.mdx b/apps/docs/src/pages/index.mdx index e9e1317..ea51a01 100644 --- a/apps/docs/src/pages/index.mdx +++ b/apps/docs/src/pages/index.mdx @@ -11,7 +11,7 @@ Ajel is a **133 byte** library that allows you to handle errors in a way that is `pnpm add ajel eslint-plugin-ajel` -### Use +### Usage ```typescript import { ajel } from 'ajel';