Skip to content

Commit 7ee86cb

Browse files
committed
style: removing implicit expectation
1 parent c347fa1 commit 7ee86cb

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
@@ -11,9 +11,7 @@ slug: /web-scraping-for-beginners/data-extraction/browser-devtools
1111

1212
---
1313

14-
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**.
15-
16-
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.
14+
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.
1715

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

0 commit comments

Comments
 (0)