Skip to content

Commit d1afc99

Browse files
authored
Misc wording improvements
1 parent e790a52 commit d1afc99

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
1-
Welcome! Firefox DevTools is a set of tools for inspecting and editing web code. We work closely with the community and are always happy to welcome new contributors.
1+
Welcome! Firefox DevTools is a set of tools for inspecting and editing web code. Our team works closely with the community and is always happy to welcome new contributors.
22

33
Help us maintain an inclusive environment by following our [code of conduct](CODE_OF_CONDUCT.md).
44

55
# How to Contribute
66

77
## Code & Design
8-
- The DevTools codebase is made of HTML, CSS, and JavaScript.
8+
- Firefox DevTools is a web app written in HTML, CSS, and JavaScript.
99
- Read the [contributor docs](http://docs.firefox-dev.tools/) to get started.
10-
- Check out our [Good First Bugs](https://bugs.firefox-dev.tools/?easy&tool=all) to see whats available.
10+
- Check out our [good first bugs](https://bugs.firefox-dev.tools/?easy&tool=all) to see what's available.
1111
- Our [UX repository](https://github.com/firefox-devtools/ux) has issues that need design ideas and critique.
1212
- Join our [Slack](https://devtools-html-slack.herokuapp.com/) to hang out and ask questions.
1313

1414
## Give Feedback
15-
- On [Twitter](https://twitter.com/FirefoxDevTools), we often ask for feedback on brand new designs and prototypes.
15+
- On [Twitter](https://twitter.com/FirefoxDevTools), we often ask for feedback on new designs and prototypes.
1616
- Use [Bugzilla](https://bugzilla.mozilla.org/enter_bug.cgi?product=DevTools) to file bugs and enhancement requests.
1717
- Help us foxfood new features by using pre-release builds:
1818
- [Firefox DevEdition](https://www.mozilla.org/firefox/developer/) (based on beta, recommended for most)
1919
- [Firefox Nightly](https://www.mozilla.org/firefox/channel/desktop/#nightly) (updated twice daily)
2020

2121
## Write
2222
- We love to see blog posts, talks, and [demos](https://github.com/firefox-devtools/demos) about DevTools! Message us on [Slack](https://devtools-html-slack.herokuapp.com/) for help.
23-
- Improve our [contributor docs](http://docs.firefox-dev.tools/) by creating a [pull request](https://github.com/mozilla/gecko-dev/tree/master/devtools), or edit our [user docs](https://developer.mozilla.org/en-US/docs/Tools).
23+
- Improve our [contributor docs](http://docs.firefox-dev.tools/) by creating a [pull request](https://github.com/mozilla/gecko-dev/tree/master/devtools) or edit our [user docs on MDN](https://developer.mozilla.org/en-US/docs/Tools).
2424
- Answer questions others have on Slack and other channels.
2525

2626
# Stay Updated
@@ -35,7 +35,7 @@ Help us maintain an inclusive environment by following our [code of conduct](COD
3535

3636
## People and modules
3737

38-
The tools are broadly divided into panels. Each panel has one or more owners, who mostly work(s) on that panel and are the best people to ask if you have specific questions about the code.
38+
The tools are broadly divided into panels. Each panel has one or more owners who mostly work on that panel and are the best people to ask if you have specific questions about the code.
3939

4040
* about:debugging: jdescottes, ochameau, ladybenko, daisuke
4141
* Accessibility Inspector: yzen

0 commit comments

Comments
 (0)