From 07a4ab3009010c283dc6664f642902796eb7545d Mon Sep 17 00:00:00 2001 From: Hadley Wickham Date: Tue, 30 Jan 2024 17:59:16 -0600 Subject: [PATCH] Doc improvements Co-authored-by: Winston Chang --- R/chromote.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/R/chromote.R b/R/chromote.R index 6169ca6..1f42afb 100644 --- a/R/chromote.R +++ b/R/chromote.R @@ -61,9 +61,9 @@ Chromote <- R6Class( private$register_default_event_listeners() }, - #' @description Re-connect the websocket to the browser. Chrome + #' @description Re-connect the websocket to the browser. The Chrome browser #' automatically closes websockets when your computer goes to sleep; - #' you can use this to bring it back to live with a new connection. + #' you can use this to bring it back to life with a new connection. #' @param multi_session Should multiple sessions be allowed? #' @param wait_ If `FALSE`, return a promise; if `TRUE` wait until #' connection is complete.