Skip to content

Commit 0b013d4

Browse files
committed
fix: update devtools 1 to be about JS
1 parent 07c3f0b commit 0b013d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/academy/webscraping/scraping_basics_javascript2/01_devtools_inspecting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Now let's peek behind the scenes of a real-world website—say, Wikipedia. We'll
3030

3131
![Wikipedia with Chrome DevTools open](./images/devtools-wikipedia.png)
3232

33-
Websites are built with three main technologies: HTML, CSS, and JavaScript. In the **Elements** tab, DevTools shows the HTML and CSS of the current page:
33+
Apart from JavaScript, websites are built with two main technologies: HTML and CSS. In the **Elements** tab, DevTools shows the HTML and CSS of the current page:
3434

3535
![Elements tab in Chrome DevTools](./images/devtools-elements-tab.png)
3636

0 commit comments

Comments
 (0)