Skip to content

Commit 8b0d5d7

Browse files
Fix 33102 gitfile typo (#33114)
Co-authored-by: Alex Nguyen <[email protected]>
1 parent 2ffe939 commit 8b0d5d7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

data/glossaries/external.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -291,8 +291,7 @@
291291
description: A section for hosting wiki style documentation on a GitHub repository.
292292
- term: gitfile
293293
description: >-
294-
A plain `.git` file, which is always at the root of a working tree and points to the Git directory, which has the entire Git repository and its meta data. You can view this file for your repository on the command line with `git rev-parse --git-dir`.
295-
that is the real repository.
294+
A plain `.git` file, which is always at the root of a working tree and points to the Git directory, which has the entire Git repository and its meta data. You can view this file for your repository on the command line with `git rev-parse --git-dir`. That is the real repository.
296295
- term: GraphQL
297296
description: >-
298297
A query language for APIs and a runtime for fulfilling those queries with
@@ -570,7 +569,7 @@
570569
- term: punch graph
571570
description: >-
572571
A repository graph that shows the frequency of updates to a repository based
573-
on the day of week and time of day
572+
on the day of week and time of day.
574573
- term: push
575574
description: >-
576575
To push means to send your committed changes to a remote repository on

0 commit comments

Comments
 (0)