Skip to content

Commit 1265eaf

Browse files
Update docs/features/containers.md
typo Co-authored-by: Cristian Greco <[email protected]>
1 parent f7b1abc commit 1265eaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/features/containers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ const container = await new GenericContainer("alpine")
368368
await container.stop({ remove: true }); // The container is stopped *AND* removed
369369
```
370370

371-
Keep in mind that disabling ryuk (set `TESTCONTAINERS_RYUK_DISABLED` to `true`) **and** disabling automatic removal of containers will make containers persist after you done working with them.
371+
Keep in mind that disabling ryuk (set `TESTCONTAINERS_RYUK_DISABLED` to `true`) **and** disabling automatic removal of containers will make containers persist after you're done working with them.
372372

373373

374374
Volumes created by the container are removed when stopped. This is configurable:

0 commit comments

Comments
 (0)