Link fix and typo (#1208)

* fix typo

* fix broken discord link
This commit is contained in:
Cory LaViska
2025-07-21 14:20:54 -04:00
committed by GitHub
parent c1478e5865
commit 21310bd367
2 changed files with 4 additions and 4 deletions

View File

@@ -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 `<form>` element

View File

@@ -350,7 +350,7 @@ layout: page
<p>Get involved by opening issues, contributing to discussions, or creating PRs.</p>
</div>
</wa-button>
<wa-button href="https://discord.gg/a74U7eYH" rel="noopener noreferrer" target="_blank" appearance="filled" class="tile">
<wa-button href="https://discord.gg/mg8f26C" rel="noopener noreferrer" target="_blank" appearance="filled" class="tile">
<div class="wa-stack">
<div class="wa-split">
<div class="wa-cluster icon-heading">
@@ -442,4 +442,4 @@ layout: page
&copy; Fonticons, Inc.
</div>
</footer>
</div>
</div>