Skip to content

Commit 39a0d5f

Browse files
authored
Merge pull request readthedocs#5288 from shivanshu1234/patch-1
Docs : Removed typos and grammatical errors.
2 parents 3b511c9 + 6cbb592 commit 39a0d5f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/contribute.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ We have a strict code style that is easy to follow since you just have to
4747
install `pre-commit`_ and it will automatically run different linting tools
4848
(`autoflake`_, `autopep8`_, `docformatter`_, `isort`_, `prospector`_, `unify`_
4949
and `yapf`_) to check your changes before you commit them. `pre-commit` will let
50-
you know if there were any problems that is wasn't able to fix automatically.
50+
you know if there were any problems that it wasn't able to fix automatically.
5151

5252
To run the `pre-commit` command and check your changes:
5353

docs/install.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,9 @@ you can use the admin interface via http://127.0.0.1:8000/admin
127127
(logging in with the superuser account you just created).
128128

129129
For builds to properly work as expected,
130-
it is necessary the port you're serving on
130+
it is necessary that the port you're serving on
131131
(i.e. ``python manage.py runserver 0.0.0.0:8080``)
132-
match the port defined in ``PRODUCTION_DOMAIN``.
132+
matches the port defined in ``PRODUCTION_DOMAIN``.
133133
You can use ``readthedocs/settings/local_settings.py`` to modify this
134134
(by default, it's ``localhost:8000``).
135135

@@ -141,8 +141,8 @@ For example to update the ``pip`` repo::
141141

142142
.. note::
143143

144-
If you have problems building successfully a project,
145-
probably is because some missing libraries for ``pdf`` and ``epub`` generation.
144+
If you have problems building a project successfully,
145+
it is probably because of some missing libraries for ``pdf`` and ``epub`` generation.
146146
You can uncheck this on the advanced settings of your project.
147147

148148
What's available

0 commit comments

Comments
 (0)