From 79d171bcc6583188ae44677133b90ea0c2373bfb Mon Sep 17 00:00:00 2001
From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Date: Wed, 16 Mar 2022 14:54:45 +0100
Subject: [PATCH] docs: replace encounter with find (#14694)

---
 lib/modules/datasource/readme.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/modules/datasource/readme.md b/lib/modules/datasource/readme.md
index 1eea47cd90..bb797f9e4d 100644
--- a/lib/modules/datasource/readme.md
+++ b/lib/modules/datasource/readme.md
@@ -7,7 +7,7 @@ Datasources are used in Renovate primarily to fetch released versions of package
 New datasources _must_ follow the class-based programming style.
 Use the `adoptium-java` datasource as a reference.
 
-Add the datasource to the API in [`api.ts`](api.ts) so that the new datasource is usable. If you encounter `Pending mocks!` errors in the jest tests and your mocked URLs are correct, ensure the datasource is correctly registered.
+Add the datasource to the API in [`api.ts`](api.ts) so that the new datasource is usable. If you find `Pending mocks!` errors in the Jest tests and your mocked URLs are correct, ensure the datasource is correctly registered.
 
 ## getReleases
 
-- 
GitLab