From ad78654c0d2664c4ea0ef54fc191444e950322ed Mon Sep 17 00:00:00 2001 From: Maik Riechert Date: Fri, 15 Jul 2022 08:18:30 +0100 Subject: [PATCH 1/3] Fix casing of GeoJSON/TopoJSON --- .../creating-diagrams.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/content/get-started/writing-on-github/working-with-advanced-formatting/creating-diagrams.md b/content/get-started/writing-on-github/working-with-advanced-formatting/creating-diagrams.md index f347d12fe063..8d0b98c3151c 100644 --- a/content/get-started/writing-on-github/working-with-advanced-formatting/creating-diagrams.md +++ b/content/get-started/writing-on-github/working-with-advanced-formatting/creating-diagrams.md @@ -38,11 +38,11 @@ graph TD; {% endnote %} -## Creating geoJSON and topoJSON maps +## Creating GeoJSON and TopoJSON maps -You can use geo/topoJSON syntax to create interactive maps. To create a map, add geoJSON or topoJSON inside a fenced code block with the `geojson` or `topojson` syntax identifier. For more information, see "[Creating and highlighting code blocks](/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks)." +You can use GeoJSON/TopoJSON syntax to create interactive maps. To create a map, add GeoJSON or TopoJSON inside a fenced code block with the `geojson` or `topojson` syntax identifier. For more information, see "[Creating and highlighting code blocks](/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks)." -### Using geoJSON +### Using GeoJSON For example, you can create a simple map: @@ -77,9 +77,9 @@ For example, you can create a simple map: ![Rendered map](/assets/images/help/writing/fenced-geojson-rendered-map.png) -### Using topoJSON +### Using TopoJSON -For example, you can create a simple topoJSON map: +For example, you can create a simple TopoJSON map:
 ```topojson

From fd21bc7b9e07f6510278beea7f1a68eaea3e9dad Mon Sep 17 00:00:00 2001
From: Maik Riechert 
Date: Thu, 21 Jul 2022 15:36:55 +0100
Subject: [PATCH 2/3] Update creating-and-highlighting-code-blocks.md

---
 .../creating-and-highlighting-code-blocks.md                    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks.md b/content/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks.md
index 7690eba8498a..6b44a19686e0 100644
--- a/content/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks.md
+++ b/content/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks.md
@@ -69,7 +69,7 @@ We use [Linguist](https://github.com/github/linguist) to perform language detect
 {% ifversion mermaid %}
 ## Creating diagrams
 
-You can also use code blocks to create diagrams in Markdown. GitHub supports Mermaid, geoJSON, topoJSON, and ASCII STL syntax. For more information, see "[Creating diagrams](/get-started/writing-on-github/working-with-advanced-formatting/creating-diagrams)."
+You can also use code blocks to create diagrams in Markdown. GitHub supports Mermaid, GeoJSON, TopoJSON, and ASCII STL syntax. For more information, see "[Creating diagrams](/get-started/writing-on-github/working-with-advanced-formatting/creating-diagrams)."
 
 {% endif %}
 ## Further reading

From dcceac250ea2a1452ab2c5cc6dc00284fc18611d Mon Sep 17 00:00:00 2001
From: Maik Riechert 
Date: Thu, 21 Jul 2022 15:37:47 +0100
Subject: [PATCH 3/3] Update internal.yml

---
 data/glossaries/internal.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/data/glossaries/internal.yml b/data/glossaries/internal.yml
index 750a32af3a7b..6134e83f8d29 100644
--- a/data/glossaries/internal.yml
+++ b/data/glossaries/internal.yml
@@ -208,7 +208,7 @@
   description: A format for describing gem dependencies for Ruby programs.
 - term: GET
   description: A type of method in the REST API
-- term: geoJSON
+- term: GeoJSON
   description: A format for encoding a variety of geographic data structures.
 - term: GitHub Marketplace Developer Agreement
   description: An agreement users sign when using GitHub Marketplace.
@@ -618,7 +618,7 @@
   description: >-
     Can be used in place of a password. Tokens can be personal access tokens,
     OAuth tokens, or API tokens.
-- term: topoJSON
+- term: TopoJSON
   description: An extension of GeoJSON that encodes topology.
 - term: TOTP application
   description: >-