From 5c2bf01764a5c1dd1ff077efa6e26a94e67bb3a1 Mon Sep 17 00:00:00 2001 From: msukkari Date: Tue, 25 Feb 2025 16:35:02 -0800 Subject: [PATCH] fix typo in trial card --- packages/web/src/lib/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/web/src/lib/constants.ts b/packages/web/src/lib/constants.ts index 3aac5095..b8c81962 100644 --- a/packages/web/src/lib/constants.ts +++ b/packages/web/src/lib/constants.ts @@ -19,6 +19,6 @@ export const TEAM_FEATURES = [ "Blazingly fast code search", "Index hundreds of repos from multiple code hosts (GitHub, GitLab, Gerrit, Gitea, etc.). Self-hosted code hosts supported.", "Public and private repos supported.", - "Create sharable links to code snippets.", + "Create shareable links to code snippets.", "Powerful regex and symbol search", ] \ No newline at end of file