Skip to content

Commit

Permalink
docs: fix typo in community_modules.md (#723)
Browse files Browse the repository at this point in the history
  • Loading branch information
rjw57 committed Aug 25, 2024
1 parent 54aba45 commit 3dd9284
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/quickstart/community_modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This guide will show you how to use it.
within synchronous tests (feature-gate for `SyncRunner`)
2. Then start using the modules inside your tests with either `AsyncRunner` or `SyncRunner`

Simple example of using `postgres` module with `SyncRunner` (`blocking` and `posrges` features enabled):
Simple example of using `postgres` module with `SyncRunner` (`blocking` and `postgres` features enabled):

```rust
use testcontainers_modules::{postgres, testcontainers::runners::SyncRunner};
Expand Down Expand Up @@ -58,4 +58,4 @@ fn create_redis() -> ContainerRequest<Redis> {
.with_tag("6.2-alpine")
.with_env_var(("REDIS_PASSWORD", "my_secret_password"))
}
```
```

0 comments on commit 3dd9284

Please sign in to comment.