Skip to content

Commit 67de314

Browse files
Update wait-strategies.md (#976)
1 parent 1e9f62b commit 67de314

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/features/wait-strategies.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,14 +155,14 @@ const container = await new GenericContainer("redis")
155155

156156
```javascript
157157
.withWaitStrategy(Wait.forHttp("/health", 8443)
158-
.useTls())
158+
.usingTls())
159159
```
160160

161161
#### Insecure TLS
162162

163163
```javascript
164164
.withWaitStrategy(Wait.forHttp("/health", 8443)
165-
.useTls()
165+
.usingTls()
166166
.insecureTls())
167167
```
168168

0 commit comments

Comments
 (0)