From b5041aedbaa5829a1b1a6069c2256e05cb175122 Mon Sep 17 00:00:00 2001 From: SeanAverS Date: Wed, 22 May 2024 05:42:34 +0000 Subject: [PATCH 1/2] fix: Add missing period in github glossary punch graph term. Closes #33105 --- data/glossaries/external.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/glossaries/external.yml b/data/glossaries/external.yml index bc9e0f3774d0..3be7d595d8cb 100644 --- a/data/glossaries/external.yml +++ b/data/glossaries/external.yml @@ -570,7 +570,7 @@ - term: punch graph description: >- A repository graph that shows the frequency of updates to a repository based - on the day of week and time of day + on the day of week and time of day. - term: push description: >- To push means to send your committed changes to a remote repository on From 85b0353195f5d529922c82e6d4dc4b5f28f97092 Mon Sep 17 00:00:00 2001 From: SeanAverS Date: Fri, 31 May 2024 22:03:37 +0000 Subject: [PATCH 2/2] Move period inside quotation to align with style guide --- data/glossaries/external.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/glossaries/external.yml b/data/glossaries/external.yml index 3be7d595d8cb..602e612a6e81 100644 --- a/data/glossaries/external.yml +++ b/data/glossaries/external.yml @@ -752,7 +752,7 @@ The default branch that is merged into the branch in question (or the branch in question is rebased onto). It is configured via `branch..remote` and `branch..merge`. If the upstream branch of A is origin/B sometimes we - say "A is tracking origin/B". + say "A is tracking origin/B." - term: user description: >- Users are people with personal GitHub accounts. Each user has a personal profile, and