From 2d02970ff4e4d56039d397995ed1b1cd2c6652ac Mon Sep 17 00:00:00 2001 From: David Hirsch <79513080+DavidPHirsch@users.noreply.github.com> Date: Tue, 25 Oct 2022 15:32:40 -0400 Subject: [PATCH] docs: small changes/corrections Signed-off-by: David Hirsch Signed-off-by: David Hirsch <79513080+DavidPHirsch@users.noreply.github.com> --- specification/glossary.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specification/glossary.md b/specification/glossary.md index 3e978125..98877c83 100644 --- a/specification/glossary.md +++ b/specification/glossary.md @@ -74,7 +74,7 @@ The maintainer of a shared library which is a dependency of many applications or ### Feature Flag SDK -The libraries used by Application Author to implement feature flags in their application or service. The interfaces defined in these libraries adhere to the Feature Flag API. +The libraries used by the Application Author to implement feature flags in their application or service. The interfaces defined in these libraries adhere to the Feature Flag API. ### Feature Flag API @@ -130,7 +130,7 @@ Flags represent a single pivot point of logic. Flags have a type, like `string`, ### Flag Key -A string logically identifies a particular flag. +A string that logically identifies a particular flag. ### Variant