From 696f6f029aff5453ba08b0046a72c35d5a85ff2c Mon Sep 17 00:00:00 2001 From: AlenPaulVarghese <38587581+alenpaulvarghese@users.noreply.github.com> Date: Fri, 21 Oct 2022 02:05:17 +0530 Subject: [PATCH] docs: fixed a typo, in the documentation (#18218) --- docs/src/api/params.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/api/params.md b/docs/src/api/params.md index 872e6439f7..2aac966ea0 100644 --- a/docs/src/api/params.md +++ b/docs/src/api/params.md @@ -408,7 +408,7 @@ Defaults to `20`. Pass `0` to not follow redirects. ## evaluate-expression - `expression` <[string]> -JavaScript expression to be evaluated in the browser context. If the expresion evaluates +JavaScript expression to be evaluated in the browser context. If the expression evaluates to a function, the function is automatically invoked. ## js-evaluate-pagefunction