sadanandpai / frontend-mini-challenges

Collection of frontend challenges for learning and interviews
https://sadanandpai.github.io/frontend-mini-challenges/
MIT License
1.96k stars 483 forks source link

Typos in CONTRIBUTING.md #328

Closed kan-ish closed 8 months ago

kan-ish commented 8 months ago

Framework/code-stack

Native (HTML, CSS, and JS)

Scope

Documentation

Description

There are these typos in CONTRIBUTING.md -

  1. The 6th bullet point under the subheading "Steps to Contribute React Challenge", the pathname is incorrectly written as /react/src/pages/challenge/Challenge.tsx. [https://github.com/kan-ish/frontend-mini-challenges/blob/f741c14bb0c366711c945d2e97352f81fbbb8a07/CONTRIBUTING.md?plain=1#L37C1-L37C1]
  2. Slight typo in the 4th bullet point under the subheading "Standards". The word "mobile" is incorrectly written twice.

Expected behaviour

  1. The correct path is /react/src/pages/Challenge.tsx as per the structure of the project.
  2. The sentence can be rewritten as "Build it responsively if your app is mobile-compatible"

Suggested Solutions

No response

Additional Context

No response