From 12a9bc821c65efa51a150255fba3e6d3d095c0bf Mon Sep 17 00:00:00 2001 From: Eunsun Mota Date: Fri, 18 Oct 2024 12:11:32 -0700 Subject: [PATCH] docs(pencil): fix typo in Recommended Use and Version Control fix `clement` to `element` --- docs/partials/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/partials/index.md b/docs/partials/index.md index a960df1..03e79ce 100644 --- a/docs/partials/index.md +++ b/docs/partials/index.md @@ -136,7 +136,7 @@ Don't combine `disabled` and `loading` attributes on any single instance of `aur ## Recommended Use and Version Control -There are two important parts of every Auro component. The class and the custom clement. The class is exported and then used as part of defining the Web Component. When importing this component as described in the install section, the class is imported and the `auro-button` custom element is defined automatically. +There are two important parts of every Auro component. The class and the custom element. The class is exported and then used as part of defining the Web Component. When importing this component as described in the install section, the class is imported and the `auro-button` custom element is defined automatically. To protect from versioning conflicts with other instances of the component being loaded, it is recommended to use our `AuroButton.register(name)` method and pass in a unique name.