From 2ee48232bde291035f99b5924afdbdff6f2b67af Mon Sep 17 00:00:00 2001 From: a2br <62328077+a2br@users.noreply.github.com> Date: Wed, 18 Nov 2020 18:46:55 +0100 Subject: [PATCH] Change " to ` As done in the description of `master` --- 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 e8613797eb..6819f8cce0 100644 --- a/data/glossaries/external.yml +++ b/data/glossaries/external.yml @@ -401,7 +401,7 @@ - term: main description: >- The default development branch. Whenever you create a Git repository, a - branch named "main" is created, and becomes the active branch. In most + branch named `main` is created, and becomes the active branch. In most cases, this contains the local development, though that is purely by convention and is not required. - term: master