From 76bd7e19309ea697d4ffb61604a7bc1d7de70e6b Mon Sep 17 00:00:00 2001 From: Jeff Bowen Date: Mon, 2 Mar 2026 12:43:15 -0500 Subject: [PATCH] Fix simple typo in index.mdx Correct: > aims to solves to: > aims to solve --- site/main/source/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/main/source/index.mdx b/site/main/source/index.mdx index a7095eef..1ea0e3cd 100755 --- a/site/main/source/index.mdx +++ b/site/main/source/index.mdx @@ -13,7 +13,7 @@ Companies frequently change analytics requirements based on evolving business ne This results in a lot of complexity, maintenance, and extra code when adding/removing analytic services to a site or application. -This library aims to solves that with a simple pluggable abstraction layer. +This library aims to solve that with a simple pluggable abstraction layer.