From 6f3d102ecb8225df58e2da35f4935391f8cda166 Mon Sep 17 00:00:00 2001 From: Nir Gazit Date: Wed, 1 Feb 2023 23:15:39 +0200 Subject: [PATCH] chore: fix typo in quick start guide --- frontend/src/pages/home/[id].tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/home/[id].tsx b/frontend/src/pages/home/[id].tsx index 9ec119973..fef9397c4 100644 --- a/frontend/src/pages/home/[id].tsx +++ b/frontend/src/pages/home/[id].tsx @@ -167,7 +167,7 @@ export default function Home() { })} {learningItem({ text: 'Inject secrets locally', - subText: 'Replace .env files with a more secure an efficient alternative.', + subText: 'Replace .env files with a more secure and efficient alternative.', complete: false, icon: faNetworkWired, time: '8 min',