diff --git a/src/components/thread/Thread.jsx b/src/components/thread/Thread.jsx
index d80aa12adf172aa39aae04f91170988b889acb26..a7fbd647c2ecafd295b2d42625e36a692957aab1 100644
--- a/src/components/thread/Thread.jsx
+++ b/src/components/thread/Thread.jsx
@@ -112,7 +112,7 @@ export default function Thread(props) {
         <div className="addCommentSection">
           <h3>Write a Comment</h3>
           <form onSubmit={handleSubmit}>
-            <div className="commentformComponentContainer">
+            <div className="commentFormContainer">
               <textarea
                 className="commentBox"
                 placeholder="Write your comment here"
diff --git a/src/styles/thread/Thread.css b/src/styles/thread/Thread.css
index 5bbda74342045cb841ddb02b7ca5f1a826082379..d559075d8fb0a7504cced747fa861c8e5f75f5b0 100644
--- a/src/styles/thread/Thread.css
+++ b/src/styles/thread/Thread.css
@@ -64,7 +64,7 @@
     margin-bottom: 0px;
 }
 
-.commentformComponentContainer {
+.commentFormContainer {
     display: flex;
     flex-direction: column;
 }