diff --git a/data/glossaries/external.yml b/data/glossaries/external.yml index bc9e0f3774d0..2fe3d4d8f9bd 100644 --- a/data/glossaries/external.yml +++ b/data/glossaries/external.yml @@ -291,8 +291,7 @@ description: A section for hosting wiki style documentation on a GitHub repository. - term: gitfile description: >- - 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. + 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. - term: GraphQL description: >- A query language for APIs and a runtime for fulfilling those queries with @@ -570,7 +569,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