From 80de8d739f0930e820a6ee40ebc9f76a566c608a Mon Sep 17 00:00:00 2001 From: Michael Beemer Date: Tue, 8 Aug 2023 15:40:28 -0400 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Kavindu Dodanduwa Signed-off-by: Michael Beemer --- specification.json | 2 +- specification/sections/05-events.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/specification.json b/specification.json index bf4d8cd8..843895c2 100644 --- a/specification.json +++ b/specification.json @@ -852,7 +852,7 @@ { "id": "Requirement 5.3.4", "machine_id": "requirement_5_3_4", - "content": "When the provider's `on context changed` is called, `PROVIDER_STALE` handlers MUST run.", + "content": "When the provider's `on context changed` is called, `PROVIDER_STALE` handlers MUST run.", "RFC 2119 keyword": "MUST", "children": [] }, diff --git a/specification/sections/05-events.md b/specification/sections/05-events.md index 0e539dd3..3a2129ec 100644 --- a/specification/sections/05-events.md +++ b/specification/sections/05-events.md @@ -140,7 +140,7 @@ See [provider initialization](./02-providers.md#24-initialization) and [setting #### Requirement 5.3.4 -> When the provider's `on context changed` is called, `PROVIDER_STALE` handlers **MUST** run. +> When the provider's `on context changed` is called, `PROVIDER_STALE` handlers **MUST** run. See: [provider events](#51-provider-events), [`provider event types`](../types.md#provider-events)