spelling: downloader

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2022-12-18 20:26:12 -05:00
parent 87fc92441f
commit 581eb2d1b4
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ If it raises an exception, Scrapy will print it and exit.
Examples::
def addon_configure(settings):
settings.overrides['DOWNLADER_MIDDLEWARES'].update({
settings.overrides['DOWNLOADER_MIDDLEWARES'].update({
'scrapy.contrib.downloadermiddleware.httpcache.HttpCacheMiddleware': 900,
})