docs: Add missing space to compound verbs “log in”, “set up”, etc.

Noun: backup, checkout, cleanup, login, logout, setup, shutdown, signup,
timeout.

Verb: back up, check out, clean up, log in, log out, set up, shut
down, sign up, time out.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2021-04-25 14:05:38 -07:00
committed by Tim Abbott
parent e3f2ffa681
commit 6060d0d364
38 changed files with 51 additions and 49 deletions

View File

@@ -137,9 +137,10 @@ class BaseDocumentationSpider(scrapy.Spider):
def _make_requests(self, url: str) -> Iterator[Request]:
# These URLs are for Zulip's webapp, which with recent changes
# can be accessible without login an account. While we do
# crawl documentation served by the webapp (E.g. /help/), we
# don't want to crawl the webapp itself, so we exclude these.
# can be accessible without logging into an account. While we
# do crawl documentation served by the webapp (e.g. /help/),
# we don't want to crawl the webapp itself, so we exclude
# these.
if (
url in ["http://localhost:9981/", "http://localhost:9981"]
or url.startswith("http://localhost:9981/#")