1
0
mirror of https://github.com/scrapy/scrapy.git synced 2025-02-14 14:05:01 +00:00

Merge pull request #4305 from Respawnz/patch-1

fix a typo in devloper-tools.rst
This commit is contained in:
Mikhail Korobov 2020-02-06 23:17:28 +05:00 committed by GitHub
commit 8d2705f23c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -142,7 +142,7 @@ a use case:
Say you want to find the ``Next`` button on the page. Type ``Next`` into the
search bar on the top right of the `Inspector`. You should get two results.
The first is a ``li`` tag with the ``class="text"``, the second the text
The first is a ``li`` tag with the ``class="next"``, the second the text
of an ``a`` tag. Right click on the ``a`` tag and select ``Scroll into View``.
If you hover over the tag, you'll see the button highlighted. From here
we could easily create a :ref:`Link Extractor <topics-link-extractors>` to