mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 06:53:25 +00:00
docs: Correct “webapp” to “web app”.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
e3c570401e
commit
e015f3ed7d
@@ -134,10 +134,10 @@ class BaseDocumentationSpider(scrapy.Spider):
|
||||
return callback
|
||||
|
||||
def _make_requests(self, url: str) -> Iterator[Request]:
|
||||
# These URLs are for Zulip's webapp, which with recent changes
|
||||
# These URLs are for Zulip's web app, which with recent changes
|
||||
# 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
|
||||
# do crawl documentation served by the web app (e.g. /help/),
|
||||
# we don't want to crawl the web app itself, so we exclude
|
||||
# these.
|
||||
if (
|
||||
url in ["http://localhost:9981/", "http://localhost:9981"]
|
||||
|
||||
Reference in New Issue
Block a user