@aurodesignsystem-dev/auro-background 0.0.0-pr71.0 → 0.0.0-pr71.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -164,7 +164,7 @@
164
164
  {
165
165
  "name": "name",
166
166
  "default": "\"auro-background\"",
167
- "description": "The name of element that you want to register to.",
167
+ "description": "The name of the element that you want to register.",
168
168
  "optional": true,
169
169
  "type": {
170
170
  "text": "string"
package/demo/api.md CHANGED
@@ -29,9 +29,9 @@ Auro-background provides users a way to add a background image or color block in
29
29
 
30
30
  ### Methods
31
31
 
32
- | Name | Parameters | Return | Description |
33
- | -------- | ------------------------------------------------------------------- | ------ | ------------------------------------------------- |
34
- | register | `name` (string) - The name of element that you want to register to. | | This will register this element with the browser. |
32
+ | Name | Parameters | Return | Description |
33
+ | -------- | -------------------------------------------------------------------- | ------ | ------------------------------------------------- |
34
+ | register | `name` (string) - The name of the element that you want to register. | | This will register this element with the browser. |
35
35
 
36
36
  ### Slots
37
37
 
@@ -228,7 +228,7 @@ class AuroBackground extends i$2 {
228
228
 
229
229
  /**
230
230
  * This will register this element with the browser.
231
- * @param {string} [name="auro-background"] - The name of element that you want to register to.
231
+ * @param {string} [name="auro-background"] - The name of the element that you want to register.
232
232
  *
233
233
  * @example
234
234
  * AuroBackground.register("custom-background") // this will register this element to <custom-background/>
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "================================================================================"
8
8
  ],
9
9
  "name": "@aurodesignsystem-dev/auro-background",
10
- "version": "0.0.0-pr71.0",
10
+ "version": "0.0.0-pr71.1",
11
11
  "description": "auro-background HTML custom element",
12
12
  "repository": {
13
13
  "type": "git",