Skip to content

Commit f381db2

Browse files
committed
fixed typos
1 parent e830abc commit f381db2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/en/docs/contribute/style/diagram-guide.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ All you need to begin working with Mermaid is the following:
5252

5353
* Basic understanding of markdown.
5454
* Using the Mermaid live editor.
55-
* Using [Hugo shortcodes](/docs/contribute/style/hugo-shortcodes/)
56-
* Using the [Hugo {{</* figure */>}} shortcode](https://gohugo.io/content-management/shortcodes/#figure)
55+
* Using [Hugo shortcodes](/docs/contribute/style/hugo-shortcodes/).
56+
* Using the [Hugo {{</* figure */>}} shortcode](https://gohugo.io/content-management/shortcodes/#figure).
5757
* Performing [Hugo local previews](https://kubernetes.io/docs/contribute/new-content/open-a-pr/#preview-locally).
5858
* Familiar with the [Contributing new content](/docs/contribute/new-content/) process.
5959

@@ -314,7 +314,7 @@ Be sure to check that your diagram renders properly using the [local](https://ku
314314

315315
Figure 5 outlines the steps to follow for adding a diagram using the External Tool method.
316316

317-
In essence, you use your external tool to create the diagram and save it as an `.svg` or `.png` image file. After that, use the same steps as the __Mermaid+SVG__ method for adding `.svg` image files.
317+
First, use your external tool to create the diagram and save it as an `.svg` or `.png` image file. After that, use the same steps as the __Mermaid+SVG__ method for adding `.svg` image files.
318318

319319
{{< mermaid >}}
320320
flowchart LR

0 commit comments

Comments
 (0)