Skip to content

Commit

Permalink
debt: Fix typos highlighted by cspell (#76)
Browse files Browse the repository at this point in the history
- impelmentations -> implementations
- verison -> version
- developent -> development
- runnner -> runner

Co-authored-by: David Goss <david@davidgoss.co>
  • Loading branch information
kieran-ryan and davidjgoss authored Jan 7, 2025
1 parent a3e9655 commit 9fcb791
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ See our [browser automation guide](./guides/browser-automation.mdx).

### How do I share state between steps?

The JavaScript and Ruby impelmentations of Cucumber have the [world object](/docs/cucumber/state/#world-object) for sharing state between steps.
The JavaScript and Ruby implementations of Cucumber have the [world object](/docs/cucumber/state/#world-object) for sharing state between steps.

If you are using Cucumber on the JVM, you can use [dependency injection (DI)](/docs/cucumber/state/#dependency-injection) to share state between steps. If your project already uses a dependency framework supported by Cucumber (and/or you are familiar with one of them), it's probably easiest to use that framework. Otherwise, Picocontainer is the most light weight framework you can use.

Expand Down
2 changes: 1 addition & 1 deletion docs/guides/parallel-execution.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description: "Using multiple threads to reduce test times"
This page is only applicable to the JVM implementation of Cucumber.
:::

Cucumber-JVM allows parallel execution across multiple threads since verison 4.0.0.
Cucumber-JVM allows parallel execution across multiple threads since version 4.0.0.

There are several options to incorporate this built-in feature in a Cucumber project. You can do so using:

Expand Down
2 changes: 1 addition & 1 deletion docs/terms/user-story.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
description: "Small increments of value used in planning agile developent work"
description: "Small increments of value used in planning agile development work"
---

# User story
Expand Down
2 changes: 1 addition & 1 deletion docs/tools/related-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ People have written tools on top of Cucumber. These are the known third-party to
| [crb](https://github.com/maiha/crb/wiki) | An irb console for Cucumber world. (crb = cucumber + irb) |
| [Cucable](https://github.com/trivago/cucable-plugin) | Maven plugin that simplifies running Cucumber Scenarios in parallel. |
| [Cucapp](https://github.com/cappuccino/cucapp) | Cucumber integration with Cappuccino. |
| [Cucover](https://github.com/mattwynne/cucover) | Coverage-aware lazy / selective Cucumber Feature runnner |
| [Cucover](https://github.com/mattwynne/cucover) | Coverage-aware lazy / selective Cucumber Feature runner |
| [Cucumber-cpp](https://github.com/cucumber/cucumber-cpp) | Cucumber for C |
| [Cucumber.el](https://github.com/michaelklishin/cucumber.el) | [Emacs](https://www.gnu.org/software/emacs/) mode for editing Cucumber plain text stories. |
| [Cucumber Factory](https://github.com/makandra/cucumber_factory/tree/master) | Create Rails model records without writing Step Definitions. |
Expand Down

0 comments on commit 9fcb791

Please sign in to comment.