From 7bd178eacab3525dcc51181b556cbf5db79154ae Mon Sep 17 00:00:00 2001 From: Karthikraja TP <78692527+Karthikrajatp@users.noreply.github.com> Date: Fri, 9 Jun 2023 09:29:46 +0530 Subject: [PATCH] Change 'pixes' to 'pixels' in vk_script.md Typo in vk_script.md, Changed to 'pixes' to 'pixels'. --- docs/vk_script.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/vk_script.md b/docs/vk_script.md index d2bbcd4d9..d93b13ed4 100644 --- a/docs/vk_script.md +++ b/docs/vk_script.md @@ -182,7 +182,7 @@ specified then the `a` parameter is dis-allowed. ### Probe * `[relative] probe [rect] (rgb|rgba) (_x_, _y_[, _width_, _height_]) (_r_, _g_, _b_[, _a_])` -Probes a portion of the window to verify the pixes are of color r,g,b and +Probes a portion of the window to verify the pixels are of color r,g,b and optionally a. If `rgba` is specifed then the `a` parameter is required. If `rgb` is specified then the `a` parameter is dis-allowed. If `rect` is specified then `width` and `height` are required. If `rect` is not specified then `width`