From ee12b53c90061289626e6dd42d3abe8d173c5413 Mon Sep 17 00:00:00 2001 From: Eric Hammond Date: Sun, 5 Jan 2025 17:00:35 -0800 Subject: [PATCH] Do not say "inject" around security people --- app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/page.tsx b/app/page.tsx index 6d480c3..bf99ad1 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -13,7 +13,7 @@ import Footer from './components/Footer' export const metadata = { title: 'abc - AI bash/zsh/tcsh Command', - description: 'abc is a command line tool that converts natural language instructions into shell commands and injects them into the next shell prompt', + description: 'abc is a command line tool that converts natural language instructions into shell commands and adds them to the next shell prompt', } export default function Home() {