From aa60a7cebd9d2ce7377978b6cb68219e2b4c20fa Mon Sep 17 00:00:00 2001 From: Andrey Lushnikov Date: Wed, 12 Feb 2020 16:17:55 -0800 Subject: [PATCH] docs(api.md): fix nit --- docs/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.md b/docs/api.md index c8227dc4a8cf9..bfb95e292a821 100644 --- a/docs/api.md +++ b/docs/api.md @@ -3372,7 +3372,7 @@ If the function passed to the `worker.evaluateHandle` returns a [Promise], then #### event: 'close' -Emitted when the browser app closes. +Emitted when the browser server closes. #### browserServer.close() - returns: <[Promise]>