Skip to content

Commit 36bcc38

Browse files
committed
fixed colon typos
1 parent 5e17ad0 commit 36bcc38

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ Proper captioning involves three components: diagram, diagram caption and the di
479479

480480
**Diagram**
481481

482-
Here is the `{{</* figure */>}}` shortcode for the diagram.
482+
Here is the `{{</* figure */>}}` shortcode for the diagram:
483483
```text
484484
{{</* figure src="/images/docs/components-of-kubernetes.svg" alt="Kubernetes pod running inside a cluster" class="diagram-large" */>}}
485485
```
@@ -495,7 +495,7 @@ Next, add a diagram caption. You must use the following format:
495495
```text
496496
<figcaption><p style="padding-left: 310px; font-weight: bold">Figure #. CAPTION TEXT</p></figcaption><br>
497497
```
498-
Here are several items to consider when adding diagram captions.
498+
Here are several items to consider when adding diagram captions:
499499

500500
* Use`<figcation></figcaption>` tags to add a diagram caption for `Inline`, `Mermaid+SVG` and `External Tool` diagrams.
501501
* Wrap caption text inside `<p></p>` tags using `style="padding-left: 310px; font-weight: bold"`. This provides a consistent style for the caption text.
@@ -504,11 +504,11 @@ Here are several items to consider when adding diagram captions.
504504
* Position your diagram caption __BELOW__ your diagram.
505505
* You can hyperlink your caption using `<a></a>` tags.
506506

507-
Caption for the `/images/docs/components-of-kubernetes.svg` diagram.
507+
Here is the caption for the `/images/docs/components-of-kubernetes.svg` diagram:
508508
```text
509509
<figcaption><p style="padding-left: 310px; font-weight: bold">Figure 4. Kubernetes Architecture.</p></figcaption><br>
510510
```
511-
Hyperlinked caption for the same diagram.
511+
Here is the hyperlinked caption for the same diagram:
512512
```text
513513
<figcaption><a href="https://kubernetes.io/docs/concepts/overview/components/"><p style="padding-left: 310px; font-weight: bold">Figure 4. Kubernetes Architecture Test.</p></a></figcaption><br>
514514
```
@@ -523,7 +523,7 @@ Here is an example of a caption referral included in your content text:
523523
```text
524524
Figure 9 depicts the components of the Kubernetes architecture. The control plane ...
525525
```
526-
Diagram referrals are optional and there are cases where they might not be suitable. If you are not sure, add a diagram referral to your text to see if it sounds okay. When in doubt, use a diagram referral.
526+
Diagram referrals are optional and there are cases where they might not be suitable. If you are not sure, add a diagram referral to your text to see if it looks and sounds okay. When in doubt, use a diagram referral.
527527

528528
**Complete picture**
529529

0 commit comments

Comments
 (0)