-
Notifications
You must be signed in to change notification settings - Fork 567
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove bad words from documentation #328
Comments
Hello, @dbanksdesign. I want to give a try on this. |
Hi @dbanksdesign, which documentation are you referring to? |
Everything on https://amzn.github.io/style-dictionary/#/ which is built by the markdown files in the docs/ folder (see note in the issue). Also README files in the examples/ folder, and any JSDoc comments in the code. |
I think we have enough PRs for this issue for now, we are still going through them. Thank you everyone for your contributions! |
Replaced following words with other relevant words so that gist of the sentence won't differ that much, from all the documentation within the project. Words include: just, simply, clearly, of course, easy, so, basically, technically, very, in order to, everyone knows. Also, some of the grammatical improvement has been checked and corrected. related to #328
Replaced following words with other relevant words so that gist of the sentence won't differ that much, from all the documentation within the project. Words include: just, simply, clearly, of course, easy, so, basically, technically, very, in order to, everyone knows. Also, some of the grammatical improvement has been checked and corrected. related to amzn#328
Based on this CSS-Tricks article lets remove bad words from the documentation. Words/phrases to remove:
One thing to note, some markdown files are generated by a script and handlebars, but those have a comment at the top of the file that they are being generated.
The text was updated successfully, but these errors were encountered: