Skip to content

Commit

Permalink
Spelling (#1090)
Browse files Browse the repository at this point in the history
* spelling: attributes

Signed-off-by: Josh Soref <[email protected]>

* spelling: buoy

Signed-off-by: Josh Soref <[email protected]>

* spelling: feathericons

Signed-off-by: Josh Soref <[email protected]>

---------

Signed-off-by: Josh Soref <[email protected]>
Co-authored-by: Josh Soref <[email protected]>
  • Loading branch information
jsoref and jsoref authored Aug 19, 2023
1 parent 053ed1e commit 233eaba
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Guidelines for pull requests:

Before requesting an icon, please search the [open issues](https://github.com/feathericons/feather/issues) to see if someone has requested the icon already. If there is already an open request, please add a :+1: to the existing issue instead of creating a new one.

If the icon has not already been requested, [create an issue](https://github.com/colebemis/feather/issues/new?title=Icon%20Request:) with a title of `Icon request: <icon name>` and add as much information as possible.
If the icon has not already been requested, [create an issue](https://github.com/feathericons/feather/issues/new?title=Icon%20Request:) with a title of `Icon request: <icon name>` and add as much information as possible.

## Bug Reports

Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ feather.icons.x.toString()

> **Note:** `x` in the above example can be replaced with any valid icon name. See the complete list of icon names at [feathericons.com](https://feathericons.com). Icons with multi-word names (e.g. `arrow-right`) **cannot** be accessed using dot notation (e.g. `feather.icons.x`). Instead, use bracket notation (e.g. `feather.icons['arrow-right']`).
[View Source](https://github.com/colebemis/feather/blob/master/src/icons.js)
[View Source](https://github.com/feathericons/feather/blob/master/src/icons.js)

---

Expand Down Expand Up @@ -292,7 +292,7 @@ feather.icons.circle.toSvg({ class: 'foo bar' })
// '<svg class="feather feather-circle foo bar" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle></svg>'
```

[View Source](https://github.com/colebemis/feather/blob/master/src/icon.js)
[View Source](https://github.com/feathericons/feather/blob/master/src/icon.js)

---

Expand Down Expand Up @@ -350,7 +350,7 @@ All attributes on the placeholder element (i.e. `<i>`) will be copied to the `<s
</script>
```

[View Source](https://github.com/colebemis/feather/blob/master/src/replace.js)
[View Source](https://github.com/feathericons/feather/blob/master/src/replace.js)

---

Expand Down Expand Up @@ -380,13 +380,13 @@ feather.toSvg('circle', { class: 'foo bar' })
// '<svg class="feather feather-circle foo bar" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle></svg>'
```

[View Source](https://github.com/colebemis/feather/blob/master/src/to-svg.js)
[View Source](https://github.com/feathericons/feather/blob/master/src/to-svg.js)

## Contributing

For more info on how to contribute please see the [contribution guidelines](https://github.com/colebemis/feather/blob/master/CONTRIBUTING.md).
For more info on how to contribute please see the [contribution guidelines](https://github.com/feathericons/feather/blob/master/CONTRIBUTING.md).

Caught a mistake or want to contribute to the documentation? [Edit this page on Github](https://github.com/colebemis/feather/blob/master/README.md)
Caught a mistake or want to contribute to the documentation? [Edit this page on Github](https://github.com/feathericons/feather/blob/master/README.md)

## Related Projects

Expand All @@ -407,4 +407,4 @@ Caught a mistake or want to contribute to the documentation? [Edit this page on

## License

Feather is licensed under the [MIT License](https://github.com/colebemis/feather/blob/master/LICENSE).
Feather is licensed under the [MIT License](https://github.com/feathericons/feather/blob/master/LICENSE).
2 changes: 1 addition & 1 deletion bin/process-svg.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function optimize(svg) {
}

/**
* Set default attibutes on SVG.
* Set default attributes on SVG.
* @param {string} svg - An SVG string.
* @returns {string}
*/
Expand Down
2 changes: 1 addition & 1 deletion src/tags.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"key": ["password", "login", "authentication", "secure"],
"layers": ["stack"],
"layout": ["window", "webpage"],
"life-bouy": ["help", "life ring", "support"],
"life-buoy": ["help", "life ring", "support"],
"link": ["chain", "url"],
"link-2": ["chain", "url"],
"linkedin": ["logo", "social media"],
Expand Down

0 comments on commit 233eaba

Please sign in to comment.