Skip to content

Commit ff759a1

Browse files
committed
style: removing implicit expectation
1 parent 5b5854c commit ff759a1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

sources/academy/webscraping/web_scraping_for_beginners/data_extraction/browser_devtools.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ slug: /web-scraping-for-beginners/data-extraction/browser-devtools
99

1010
---
1111

12-
Even though DevTools stands for developer tools, everyone can use them to inspect a website. Each major browser has its own DevTools. We will use Chrome DevTools as an example, but the advice is applicable to any browser, as the tools are extremely similar. To open Chrome DevTools, you can press **F12** or right-click anywhere in the page and choose **Inspect**.
13-
14-
Now go to [Wikipedia](https://wikipedia.com) and open your DevTools there. Inspecting the same website as us will make this lesson easier to follow.
12+
Even though DevTools stands for developer tools, everyone can use them to inspect a website. Each major browser has its own DevTools. We will use Chrome DevTools as an example, but the advice is applicable to any browser, as the tools are extremely similar. To open Chrome DevTools, you can press **F12** or right-click anywhere in the page and choose **Inspect**. Now go to [Wikipedia](https://wikipedia.com) and open your DevTools there.
1513

1614
![Wikipedia with Chrome DevTools open](./images/browser-devtools-wikipedia.png)
1715

0 commit comments

Comments
 (0)