@@ -44,7 +44,7 @@ def __init__(self, *args, **kwargs):
4444 # `absolute_host_output_dir` because it's not defined in the host. So,
4545 # we have to re-calculate its value. We will remove this limitation
4646 # when we execute the whole building from inside the Docker container
47- # (instead behing a hybrid as it is now)
47+ # (instead being a hybrid as it is now)
4848 #
4949 # We need to have two different paths that point to the exact same
5050 # directory. How is that? The directory is mounted into a different
@@ -95,7 +95,7 @@ def __init__(self, *args, **kwargs):
9595 #
9696 # IMO, if there are multiple config files,
9797 # the build should fail immediately communicating this to the user.
98- # This can be achived by unhandle the exception here
98+ # This can be achieved by unhandle the exception here
9999 # and leaving `on_failure` Celery handle to deal with it.
100100 #
101101 # In case there is no config file, we should continue the build
@@ -152,7 +152,7 @@ def build(self):
152152 f"language={ language } " ,
153153 # Sphinx's source directory (SOURCEDIR).
154154 # We are executing this command at the location of the `conf.py` file (CWD).
155- # TODO: ideally we should execute it from where the repository was clonned ,
155+ # TODO: ideally we should execute it from where the repository was cloned ,
156156 # but that could lead unexpected behavior to some users:
157157 # https://github.com/readthedocs/readthedocs.org/pull/9888#issuecomment-1384649346
158158 "." ,
@@ -321,7 +321,7 @@ def build(self):
321321 f"language={ language } " ,
322322 # Sphinx's source directory (SOURCEDIR).
323323 # We are executing this command at the location of the `conf.py` file (CWD).
324- # TODO: ideally we should execute it from where the repository was clonned ,
324+ # TODO: ideally we should execute it from where the repository was cloned ,
325325 # but that could lead unexpected behavior to some users:
326326 # https://github.com/readthedocs/readthedocs.org/pull/9888#issuecomment-1384649346
327327 "." ,
0 commit comments