Skip to content

Commit 8edbec3

Browse files
committed
fix vale errors
1 parent eaab422 commit 8edbec3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

fern/products/docs/pages/customization/what-is-docs-yml.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -438,16 +438,16 @@ layout:
438438
</ParamField>
439439

440440
<ParamField path="layout.disable-header" type="boolean" required={false} default="false" toc={true}>
441-
If set to true, the header will not be rendered. Instead, the logo will be rendered as part of the sidebar,
441+
If set to true, the header won't be rendered. Instead, the logo will be rendered as part of the sidebar,
442442
and a 1px border will separate the sidebar from the content.
443443
</ParamField>
444444

445445
<ParamField path="layout.hide-nav-links" type="boolean" required={false} default="false" toc={true}>
446-
If set to true, the navigation links (previous, next) at the bottom of the page will not be rendered. This can be overridden on a per-page basis using the [frontmatter](/learn/docs/configuration/page-level-settings#navigation-links).
446+
If set to true, the navigation links (previous, next) at the bottom of the page won't be rendered. This can be overridden on a per-page basis using the [frontmatter](/learn/docs/configuration/page-level-settings#navigation-links).
447447
</ParamField>
448448

449449
<ParamField path="layout.hide-feedback" type="boolean" required={false} default="false" toc={true}>
450-
If set to true, the feedback form will not be rendered. This can be overridden on a per-page basis using the [frontmatter](/learn/docs/configuration/page-level-settings#on-page-feedback).
450+
If set to true, the feedback form won't be rendered. This can be overridden on a per-page basis using the [frontmatter](/learn/docs/configuration/page-level-settings#on-page-feedback).
451451
</ParamField>
452452

453453
## Settings configuration

0 commit comments

Comments
 (0)