From 799a3792dab2ff7ebed3037301875c59adab3703 Mon Sep 17 00:00:00 2001 From: Obada Khalili <54270856+obadakhalili@users.noreply.github.com> Date: Mon, 24 Jun 2024 11:49:59 +0300 Subject: [PATCH] Fix typo Closes GH-11. Reviewed-by: Christian Murphy Reviewed-by: Titus Wormer --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index d569a19..6cbed89 100644 --- a/readme.md +++ b/readme.md @@ -62,7 +62,7 @@ Alternatively, you can also use the underlying features separately: When you need a syntax tree, combine this package with [`mdast-util-gfm`][mdast-util-gfm]. -All these packages are used in [`remark-gfm`][remark-gfm], which focusses on +All these packages are used in [`remark-gfm`][remark-gfm], which focuses on making it easier to transform content by abstracting these internals away. ## Install