Skip to content

Commit

Permalink
Change Registr to Register to fix typo (#2545)
Browse files Browse the repository at this point in the history
Co-authored-by: Ronald Bosma <[email protected]>
  • Loading branch information
ronaldbosma and ronald-bosma authored Jan 13, 2022
1 parent 9ee6a68 commit bf342c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Extend/Value-Retriever.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit bf342c4

Please sign in to comment.