From f6230a26624ea6effd6e96925b5f3bf415b5d29f Mon Sep 17 00:00:00 2001 From: Simon Legner Date: Tue, 20 Aug 2019 19:15:39 +0200 Subject: [PATCH] doc: fix typesetting of "GitHub" (#955) --- CONTRIBUTING.md | 2 +- docs/config.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0ab9fe7e..59424998 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -76,5 +76,5 @@ make build # push your branch git push -u origin my-feature -## create a pull request on Github ## +## create a pull request on GitHub ## ``` diff --git a/docs/config.toml b/docs/config.toml index b13cf69a..bb78bc85 100644 --- a/docs/config.toml +++ b/docs/config.toml @@ -53,7 +53,7 @@ pygmentsUseClasses = true languageName = "English" [[Languages.en.menu.shortcuts]] - name = " Github repo" + name = " GitHub repo" identifier = "ds" url = "https://github.com/go-acme/lego" weight = 10