From d1ae00744ef44aaf5ffdb2e9d5f20bbcfd7961a0 Mon Sep 17 00:00:00 2001 From: Stephen Lamoree Date: Sun, 25 May 2025 11:58:18 -0700 Subject: [PATCH] Revise JWT description to reflect Peter's feedback Signed-off-by: Stephen Lamoree --- docs/references/glossary.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/references/glossary.md b/docs/references/glossary.md index 5328fec0a4..3fd0429ffa 100644 --- a/docs/references/glossary.md +++ b/docs/references/glossary.md @@ -102,7 +102,7 @@ An executable or package file with all of the necessary information required to ## Developer -1. A professional who designs, builds, tests, deploys, and maintains software applications and systems. They essentially turn ideas or requirements into functional digital products. +1. A professional who designs, builds, tests, deploys, and maintains software applications and systems. Developers essentially turn ideas or requirements into functional digital products. 2. A [user role](#user-role) defined as someone who uses a Backstage [app](#app). Might or might not actually be a software developer. @@ -322,7 +322,7 @@ A string containing information. ## Use Case -A purpose for which a [user role](#User-Role) interacts with Backstage. Related to [Objective](#objective): An objective is _what_ the user wants to do; a use case is _how_ the user does it. +A purpose for which a [user role](#User-Role) interacts with Backstage. Related to [Objective](#objective): An objective is _what_ the user wants to do, a use case is _how_ the user does it. ## User