@@ -12,7 +12,7 @@ set of devtools makes it much easier to debug your application. A lot of develop
12
12
browser] [ chrome ] , which has powerful built in devtools. [ Mozilla Firefox] [ firefox ] is another great option with equally
13
13
good devtools. There's also Mozilla [ Firefox Developer edition] [ firefox-dev ] which has extra features, like an
14
14
Integrated Development Environment. [ Microsoft Edge] [ edge ] is another great browser, built on the same technologies as
15
- Google Chrome. If you're on [ MacOS ] [ macos ] then [ Safari] [ safari ] can be a good choice, but it's not quite as capable as
15
+ Google Chrome. If you're on [ macOS ] [ macos ] then [ Safari] [ safari ] can be a good choice, but it's not quite as capable as
16
16
the other browsers. Safari's devtools aren't quite as capable as the others, and it lacks support for some Web Component
17
17
features.
18
18
@@ -52,7 +52,7 @@ make the most of them.
52
52
If you're using Google Chrome, check out the [ Chrome Developers documentation on the Chrome Devtools] [ chrome-devtools ] .
53
53
It's a great resource for learning exactly how the developer tools inside Google Chrome work. Mozilla has a similar
54
54
[ guide on Firefox Developer Tools] [ firefox-devtools ] . Microsoft have a smaller but still useful [ guide on the Edge
55
- developer tools] [ edge-devtools ] . Apple's Safari has a useful [ five minute walkthrough of their Web
55
+ developer tools] [ edge-devtools ] . Apple's Safari has a useful [ five minute walk through of their Web
56
56
Inspector] [ safari-devtools ] .
57
57
58
58
Here's a handy guide on how to quickly access the developer tools, depending on your browser and OS:
@@ -77,7 +77,7 @@ Here's a handy guide on how to quickly access the developer tools, depending on
77
77
To get starting writing web components you'll need a development environment. While you can use any text editor to
78
78
develop, using an Integrated Development Environment (IDE) will give you lots of features that can make for a much
79
79
better developer experience. One of the most popular IDEs today is [ VS Code] [ vscode ] , and with good reason! It comes
80
- with exelent support for writing HTML, JavaScript and CSS out of the box as well as some great plugins that you can
80
+ with excellent support for writing HTML, JavaScript and CSS out of the box as well as some great plugins that you can
81
81
install. It can hook directly into web browsers like Chrome or Firefox using the allowing you to debug your applications
82
82
without leaving your editor. All of these features makes it ideal for writing Web Components and websites that use them.
83
83
0 commit comments