From bf342c48d2d25f0684b29bddd0d2c109da1ed883 Mon Sep 17 00:00:00 2001 From: Ronald Bosma Date: Thu, 13 Jan 2022 14:25:10 +0100 Subject: [PATCH] Change Registr to Register to fix typo (#2545) Co-authored-by: Ronald Bosma --- docs/Extend/Value-Retriever.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Extend/Value-Retriever.md b/docs/Extend/Value-Retriever.md index 10a0c00f9..1c4eb4b2f 100644 --- a/docs/Extend/Value-Retriever.md +++ b/docs/Extend/Value-Retriever.md @@ -86,7 +86,7 @@ public class ShirtColorValueRetriever : IValueRetriever ## Registering Custom ValueRetrievers -Before you can utilize a custom `ValueRetriever`, you'll need to register it. We recommend doing this prior to a test run using the `[BeforeTestRun]` attribute and `Service.Instance.ValueRetrievers.Registr()`. For example: +Before you can utilize a custom `ValueRetriever`, you'll need to register it. We recommend doing this prior to a test run using the `[BeforeTestRun]` attribute and `Service.Instance.ValueRetrievers.Register()`. For example: ``` csharp [Binding]