From 138ea531e79bdc8f4b79d2f85f71458a6cfa7cb7 Mon Sep 17 00:00:00 2001 From: Colin Rymer Date: Wed, 26 Jan 2022 17:58:47 -0500 Subject: [PATCH] docs(tech-insights-backend): fix CHANGELOG.md typo Signed-off-by: Colin Rymer --- plugins/tech-insights-backend/CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/tech-insights-backend/CHANGELOG.md b/plugins/tech-insights-backend/CHANGELOG.md index 9998914f53..2771df24a3 100644 --- a/plugins/tech-insights-backend/CHANGELOG.md +++ b/plugins/tech-insights-backend/CHANGELOG.md @@ -21,7 +21,7 @@ - entityOwnershipFactRetriever, -), +createFactRetrieverRegistration({ - + cadende: '1 1 1 * *', // Example cron, At 01:01 on day-of-month 1. + + cadence: '1 1 1 * *', // Example cron, At 01:01 on day-of-month 1. + factRetriever: entityOwnershipFactRetriever, +}), @@ -70,7 +70,7 @@ - entityOwnershipFactRetriever, -), +createFactRetrieverRegistration({ - + cadende: '1 1 1 * *', // Example cron, At 01:01 on day-of-month 1. + + cadence: '1 1 1 * *', // Example cron, At 01:01 on day-of-month 1. + factRetriever: entityOwnershipFactRetriever, +}),