From 830eaeab5d87f7c04eb2c1f0c8524b4d3f2ef0c1 Mon Sep 17 00:00:00 2001 From: Ahmed Arshad <151191202+ahamed-arshad@users.noreply.github.com> Date: Wed, 8 Apr 2026 13:08:09 +0530 Subject: [PATCH] docs: fix typos in addons.rst (#7408) Co-authored-by: Abdul Rahman --- docs/topics/addons.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/topics/addons.rst b/docs/topics/addons.rst index 64f00f622..370e5d385 100644 --- a/docs/topics/addons.rst +++ b/docs/topics/addons.rst @@ -98,9 +98,9 @@ recommend that such custom components should be written in the following way: (``MY_FALLBACK_DOWNLOAD_HANDLER`` mentioned earlier) and set the default setting to the component provided by the add-on (e.g. ``MyDownloadHandler``). If the fallback setting is already set by the user, - they shouldn't change it. + it should not be changed. 3. This way, if there are several add-ons that want to modify the same setting, - all of them will fallback to the component from the previous one and then to + all of them will fall back to the component from the previous one and then to the Scrapy default. The order of that depends on the priority order in the ``ADDONS`` setting.