From 0685ff603c88b962a73e0aaccffa74b4ce755259 Mon Sep 17 00:00:00 2001 From: Deepa Kumaraswamy Date: Fri, 10 Jun 2022 19:29:21 +0530 Subject: [PATCH] Typo Signed-off-by: Deepa Kumaraswamy --- docs-chef-io/content/inspec/matchers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-chef-io/content/inspec/matchers.md b/docs-chef-io/content/inspec/matchers.md index 2e6a66624..6a5c3aecf 100644 --- a/docs-chef-io/content/inspec/matchers.md +++ b/docs-chef-io/content/inspec/matchers.md @@ -63,7 +63,7 @@ end The `cmp` matcher compares values in the following ways: -- `cmp` can compares strings to numbers +- `cmp` can compare strings to numbers ```ruby describe sshd_config do