From bbaed7e15b881ac27df1d5ecdeda1a8e4d49104f Mon Sep 17 00:00:00 2001 From: seanfredrickcruz <seanfredrick.cruz@stratpoint.com> Date: Tue, 1 Apr 2025 13:43:36 +0800 Subject: [PATCH] test according to documentation --- app/frontend/src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/frontend/src/App.js b/app/frontend/src/App.js index 4f265ea..681e041 100644 --- a/app/frontend/src/App.js +++ b/app/frontend/src/App.js @@ -82,7 +82,7 @@ function App() { <form onSubmit={handleSubmit} className="task-form"> <input type="text" - placeholder="Task titless" + placeholder="Task titles" value={newTask.title} onChange={(e) => setNewTask({ ...newTask, title: e.target.value })} required -- GitLab