Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix a few simple typos #498

Merged
merged 1 commit into from
Mar 16, 2022
Merged

docs: fix a few simple typos #498

merged 1 commit into from
Mar 16, 2022

Conversation

tobiasmcnulty
Copy link
Member

There are small typos in:

  • docs/releases/0.13.0.rst
  • docs/topics/deployment/paas.rst
  • docs/topics/deployment/telecom.rst
  • docs/topics/extensible-models.rst
  • docs/topics/i18n.rst
  • docs/topics/testing.rst
  • rapidsms/contrib/httptester/views.py
  • rapidsms/contrib/messaging/static/messaging/javascripts/jquery.simplyCountable.js
  • rapidsms/router/blocking/router.py
  • rapidsms/router/db/router.py
  • rapidsms/router/db/tasks.py
  • rapidsms/router/db/tests.py
  • rapidsms/tests/test_management.py

Fixes:

  • Should read occurred rather than occured.
  • Should read instantiate rather than instaniate.
  • Should read simplicity rather than simplicitiy.
  • Should read receive rather than recieve.
  • Should read outgoing rather than outoing.
  • Should read module rather than modeule.
  • Should read milliseconds rather than miliseconds.
  • Should read message rather than meessage.
  • Should read management rather than managment.
  • Should read infrastructure rather than infrastructre.
  • Should read explicitly rather than explicity.
  • Should read existing rather than exisitng.
  • Should read deployed rather than deploayed.
  • Should read contacts rather than contactcs.

Closes #494

There are small typos in:
- docs/releases/0.13.0.rst
- docs/topics/deployment/paas.rst
- docs/topics/deployment/telecom.rst
- docs/topics/extensible-models.rst
- docs/topics/i18n.rst
- docs/topics/testing.rst
- rapidsms/contrib/httptester/views.py
- rapidsms/contrib/messaging/static/messaging/javascripts/jquery.simplyCountable.js
- rapidsms/router/blocking/router.py
- rapidsms/router/db/router.py
- rapidsms/router/db/tasks.py
- rapidsms/router/db/tests.py
- rapidsms/tests/test_management.py

Fixes:
- Should read `occurred` rather than `occured`.
- Should read `instantiate` rather than `instaniate`.
- Should read `simplicity` rather than `simplicitiy`.
- Should read `receive` rather than `recieve`.
- Should read `outgoing` rather than `outoing`.
- Should read `module` rather than `modeule`.
- Should read `milliseconds` rather than `miliseconds`.
- Should read `message` rather than `meessage`.
- Should read `management` rather than `managment`.
- Should read `infrastructure` rather than `infrastructre`.
- Should read `explicitly` rather than `explicity`.
- Should read `existing` rather than `exisitng`.
- Should read `deployed` rather than `deploayed`.
- Should read `contacts` rather than `contactcs`.

Closes #494
@tobiasmcnulty tobiasmcnulty merged commit 3e936cd into rapidsms:develop Mar 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Proposing a PR to fix a few small typos
2 participants