Skip to content

Commit f260cca

Browse files
Apply suggestions from code review
Co-authored-by: Travis Martin <[email protected]>
1 parent 6af3515 commit f260cca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING_DOCS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Sections can be separated with horizontal lines by using three dashes: `---`.
9292

9393
### How to format internal links
9494

95-
Internal links should use the [ref](https://gohugo.io/methods/shortcode/ref/#article) shortcode with absolute paths that start with a forward slash (For clarity).
95+
Internal links should use the [ref](https://gohugo.io/methods/shortcode/ref/#article) shortcode with absolute paths that start with a forward slash (for clarity).
9696

9797
Although file extensions (such as `.md`) are optional for Hugo, we include them as best practice for page anchors.
9898

@@ -110,7 +110,7 @@ To install <integation>, refer to the [integration instructions]({{< ref "/integ
110110
For example, to use the `note` callout:
111111

112112
```md
113-
{{< note >}} Provide the text of the note here.{{< /note >}}
113+
{{< note >}} Provide the text of the note here .{{< /note >}}
114114
```
115115

116116
The callout shortcodes support multi-line blocks:

0 commit comments

Comments
 (0)