We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fe746df + a8f8755 commit 19d7ddeCopy full SHA for 19d7dde
docs/faq.rst
@@ -78,8 +78,8 @@ How can I simulate a user login in my spider?
78
79
See :ref:`topics-request-response-ref-request-userlogin`.
80
81
-Does Scrapy crawl in breath-first or depth-first order?
82
--------------------------------------------------------
+Does Scrapy crawl in breadth-first or depth-first order?
+--------------------------------------------------------
83
84
By default, Scrapy uses a `LIFO`_ queue for storing pending requests, which
85
basically means that it crawls in `DFO order`_. This order is more convenient
0 commit comments