docs: fix form examples tag capitalization (#367)

This commit is contained in:
Braden Wong 2024-03-01 01:43:16 -08:00 committed by GitHub
parent 6aa1ce4f1b
commit 3d3c5ab3e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View File

@ -49,5 +49,5 @@ const onSubmit = handleSubmit((values) => {
<Button type="submit"> <Button type="submit">
Submit Submit
</Button> </Button>
</Form> </form>
</template> </template>

View File

@ -50,5 +50,5 @@ const onSubmit = handleSubmit((values) => {
<Button type="submit"> <Button type="submit">
Submit Submit
</Button> </Button>
</Form> </form>
</template> </template>

View File

@ -49,5 +49,5 @@ const onSubmit = handleSubmit((values) => {
<Button type="submit"> <Button type="submit">
Submit Submit
</Button> </Button>
</Form> </form>
</template> </template>

View File

@ -50,5 +50,5 @@ const onSubmit = handleSubmit((values) => {
<Button type="submit"> <Button type="submit">
Submit Submit
</Button> </Button>
</Form> </form>
</template> </template>