Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

# **AOSSIE's Website**

AOSSIE Website is an open-sourcce project to showcase AOSSIE ORG initiatives.This repository uses Tailwind css nd react for the frontend.
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Fix typos, spacing, and tech stack description.

Line 3 contains multiple issues:

  1. Spelling errors: "open-sourcce" → "open-source"; "nd" → "and"
  2. Missing space: "initiatives.This" → "initiatives. This"
  3. Capitalization: "css" → "CSS"
  4. Incomplete tech stack: The description mentions React but omits Next.js, which is the primary framework (as noted in line 8). Based on the repository, the tech stack should be "Next.js, React, and Tailwind CSS".
🔧 Proposed fix
-AOSSIE Website is an open-sourcce project to showcase AOSSIE ORG initiatives.This repository uses Tailwind css nd react for the frontend.
+AOSSIE Website is an open-source project to showcase AOSSIE ORG initiatives. This repository uses Next.js, React, and Tailwind CSS for the frontend.
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
AOSSIE Website is an open-sourcce project to showcase AOSSIE ORG initiatives.This repository uses Tailwind css nd react for the frontend.
AOSSIE Website is an open-source project to showcase AOSSIE ORG initiatives. This repository uses Next.js, React, and Tailwind CSS for the frontend.
🧰 Tools
🪛 LanguageTool

[grammar] ~3-~3: Ensure spelling is correct
Context: ...E's Website** AOSSIE Website is an open-sourcce project to showcase AOSSIE ORG initiati...

(QB_NEW_EN_ORTHOGRAPHY_ERROR_IDS_1)

🤖 Prompt for AI Agents
In @README.md at line 3, Update the README sentence starting "AOSSIE Website is
an open-sourcce project..." to fix typos and spacing: change "open-sourcce" to
"open-source", insert a space after the period in "initiatives.This" →
"initiatives. This", change "css" to "CSS", fix "nd" → "and", and update the
tech stack to read "Next.js, React, and Tailwind CSS" so the full sentence
becomes a correct, polished description of the project.

This repository contains the assets required to build the **AOSSIE's website**. We're glad that you want to contribute!

Contributions to the project are very much welcomed! Please reach out with ideas for new content or issues with existing content!
Expand Down