From d384eddcfe2af1120f1ee7d97525ed9be9cbacf2 Mon Sep 17 00:00:00 2001 From: Karthikraja TP <78692527+Karthikrajatp@users.noreply.github.com> Date: Sat, 10 Jun 2023 20:59:12 +0530 Subject: [PATCH] Change 'pixes' to 'pixels' in vk_script.md (#1027) 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 8403a53d..063626b1 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`