Skip to content

Commit 86ec633

Browse files
stsewdericholscher
andauthored
Typo
Co-Authored-By: Eric Holscher <[email protected]>
1 parent 698562e commit 86ec633

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/settings/base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class CommunityBaseSettings(Settings):
4343
PUBLIC_API_URL = 'https://{}'.format(PRODUCTION_DOMAIN)
4444
# Some endpoints from the API can be proxied on other domain
4545
# or use the same domain where the docs are being served
46-
# (omit the host of that's the case).
46+
# (omit the host if that's the case).
4747
RTD_PROXIED_API_URL = PUBLIC_API_URL
4848
EXTERNAL_VERSION_URL = None # for pull request builds
4949

0 commit comments

Comments
 (0)