From 3b8520b93793355b2238c2b71df4d1eb511ef8fb Mon Sep 17 00:00:00 2001 From: rpnykanen Date: Tue, 10 Sep 2024 09:16:30 +0300 Subject: [PATCH] UHF-8706: typos --- public/modules/custom/helfi_google_api/README.md | 4 ++-- .../custom/helfi_google_api/tests/src/Kernel/IndexingTest.php | 0 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 public/modules/custom/helfi_google_api/tests/src/Kernel/IndexingTest.php diff --git a/public/modules/custom/helfi_google_api/README.md b/public/modules/custom/helfi_google_api/README.md index 97308d32..7a7f11ae 100644 --- a/public/modules/custom/helfi_google_api/README.md +++ b/public/modules/custom/helfi_google_api/README.md @@ -35,12 +35,12 @@ Sending local url to google indexing api results in 4xx error. ### Deindexing -* Dendexing request is tied to scheduler event +* Deindexing request is tied to scheduler event * The temporary redirect is removed when deindexing is done. ### Status check -* You can send a status request to google api to find out if an URL has been indexed or deleted throuhg the API +* You can send a status request to google api to find out if an URL has been indexed or deleted through the API diff --git a/public/modules/custom/helfi_google_api/tests/src/Kernel/IndexingTest.php b/public/modules/custom/helfi_google_api/tests/src/Kernel/IndexingTest.php new file mode 100644 index 00000000..e69de29b