Skip to content

Commit

Permalink
docs: fix typos (#462)
Browse files Browse the repository at this point in the history
  • Loading branch information
deining authored Sep 25, 2024
1 parent d367a44 commit f1f84b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion exampleSite/content/docs/guide/organize-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ Documentation > Guide > Foo Bar

### Hiding Breadcrumbs

You can hide breadcrumbs completely from a page by specfying `breadcrumbs: false` in its front matter:
You can hide breadcrumbs completely from a page by specifying `breadcrumbs: false` in its front matter:

```yaml {filename="content/docs/guide/organize-files.md"}
---
Expand Down
2 changes: 1 addition & 1 deletion layouts/shortcodes/include.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

You must call this shortcode using the {{% %}} notation.

@param {string} (postional parameter 0) The path to the page, relative to the content directory.
@param {string} (positional parameter 0) The path to the page, relative to the content directory.
@returns template.HTML

@example {{% include "functions/_common/glob-patterns" %}}
Expand Down

0 comments on commit f1f84b1

Please sign in to comment.