fix: Comment typos

Signed-off-by: Adam Harvey <adaharve@cisco.com>
This commit is contained in:
Adam Harvey
2023-04-29 13:53:35 -04:00
parent bd58c70485
commit 23e45c47d0
2 changed files with 2 additions and 2 deletions
@@ -48,7 +48,7 @@ export interface FactRetrieverEngine {
* Schedules fact retriever run cycles based on configuration provided in the registration.
*
* Default implementation uses backend-tasks to handle scheduling. This function can be called multiple
* times, where initial calls schedule the tasks and subsequents invocations update the schedules.
* times, where initial calls schedule the tasks and subsequent invocations update the schedules.
*/
schedule(): Promise<void>;