Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ca4e10b

Browse files
mchvmkurz
authored andcommitted
Backport ws doc typo (playframework#6286)
* Fix typo
1 parent afd06b3 commit ca4e10b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

documentation/manual/working/javaGuide/main/ws/JavaWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ Please refer to the [AsyncHttpClientConfig Documentation](http://static.javadoc.
236236
* `play.ws.ahc.keepAlive`
237237
* `play.ws.ahc.maxConnectionsPerHost`
238238
* `play.ws.ahc.maxConnectionsTotal`
239-
* `play.ws.ahc.maxConnectionLifeTime`
239+
* `play.ws.ahc.maxConnectionLifetime`
240240
* `play.ws.ahc.idleConnectionInPoolTimeout`
241241
* `play.ws.ahc.maxNumberOfRedirects`
242242
* `play.ws.ahc.maxRequestRetry`

documentation/manual/working/scalaGuide/main/ws/ScalaWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ Please refer to the [AsyncHttpClientConfig Documentation](http://static.javadoc.
262262
* `play.ws.ahc.keepAlive`
263263
* `play.ws.ahc.maxConnectionsPerHost`
264264
* `play.ws.ahc.maxConnectionsTotal`
265-
* `play.ws.ahc.maxConnectionLifeTime`
265+
* `play.ws.ahc.maxConnectionLifetime`
266266
* `play.ws.ahc.idleConnectionInPoolTimeout`
267267
* `play.ws.ahc.maxNumberOfRedirects`
268268
* `play.ws.ahc.maxRequestRetry`

0 commit comments

Comments
 (0)