From 21310bd367386628de807fb718d6e46cf2f5f5af Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Mon, 21 Jul 2025 14:20:54 -0400 Subject: [PATCH] Link fix and typo (#1208) * fix typo * fix broken discord link --- packages/webawesome/docs/docs/resources/contributing.md | 4 ++-- packages/webawesome/docs/index.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/webawesome/docs/docs/resources/contributing.md b/packages/webawesome/docs/docs/resources/contributing.md index 44a3fda09..e2ccac067 100644 --- a/packages/webawesome/docs/docs/resources/contributing.md +++ b/packages/webawesome/docs/docs/resources/contributing.md @@ -131,7 +131,7 @@ To link to a GitHub issue, PR, or discussion, use the following syntax. ### Frontmatter -There's a number of frontmatter properties for doing different things in the Web Awesome documention. +There's a number of frontmatter properties for doing different things in the Web Awesome documentation. For example, to only show a page in development, use the `unpublished: true` key / value pair. @@ -363,7 +363,7 @@ Form controls should support submission and validation through the following con - Form Controls should extend from `WebAwesomeFormAssociatedElement` - All form controls must use `name`, `value`, and `disabled` properties in the same manner as `HTMLInputElement` -- All form controls with the `disabled` property *NOT* reflect the `disabled` attribute. +- All form controls with the `disabled` property _NOT_ reflect the `disabled` attribute. - All form controls must have an `invalid` property that reflects their validity - All form controls should mirror their native validation attributes such as `required`, `pattern`, `minlength`, `maxlength`, etc. when possible and use the `MirrorValidator`. - All form controls must be tested to work with the standard `
` element diff --git a/packages/webawesome/docs/index.md b/packages/webawesome/docs/index.md index 960edbaba..c8bc40fca 100644 --- a/packages/webawesome/docs/index.md +++ b/packages/webawesome/docs/index.md @@ -350,7 +350,7 @@ layout: page

Get involved by opening issues, contributing to discussions, or creating PRs.

- +