Skip to content

Fix typos in docs, docstrings, and UI string#3381

Merged
cyberw merged 1 commit intolocustio:masterfrom
r266-tech:fix/typos-docs-and-comments
Mar 24, 2026
Merged

Fix typos in docs, docstrings, and UI string#3381
cyberw merged 1 commit intolocustio:masterfrom
r266-tech:fix/typos-docs-and-comments

Conversation

@r266-tech
Copy link
Copy Markdown

This PR fixes several typos across the codebase:

docs/faq.rst:

  • mecanismmechanism
  • occureoccur
  • mulitplemultiple
  • the thethe

docs/custom-load-shape.rst:

  • the thethe
  • dontdon't
  • create createcreate

locust/event.py:

  • occuredoccurred (2 occurrences in docstrings)

locust/webui/src/components/SwarmForm/SwarmForm.tsx:

  • occuredoccurred in error message string

- 'mecanism' → 'mechanism', 'occure' → 'occur', 'mulitple' → 'multiple'
  in docs/faq.rst
- 'the the' → 'the', 'dont' → 'don't', 'create create' → 'create'
  in docs/custom-load-shape.rst
- 'the the' → 'the' in docs/faq.rst
- 'occured' → 'occurred' in locust/event.py (2 occurrences)
- 'occured' → 'occurred' in SwarmForm.tsx error message
@cyberw cyberw merged commit e28e8e6 into locustio:master Mar 24, 2026
20 checks passed
@cyberw
Copy link
Copy Markdown
Collaborator

cyberw commented Mar 24, 2026

That’s an embarrassing amount of errors :) Thanks!

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.

3 participants