diff --git a/cspell.json b/cspell.json index 2030af685..eb69b41b2 100644 --- a/cspell.json +++ b/cspell.json @@ -112,7 +112,7 @@ "Numberish", "onscrollend", "outdir", - "ParamagicDev", + "KonnorRogers", "peta", "petabit", "prismjs", diff --git a/docs/pages/resources/changelog.md b/docs/pages/resources/changelog.md index 8c0f3b933..2a1771f6a 100644 --- a/docs/pages/resources/changelog.md +++ b/docs/pages/resources/changelog.md @@ -1622,7 +1622,7 @@ The component API remains the same except for the changes noted below. Thanks fo - Added `spellcheck` attribute to `` - Added `` to allow custom icon library registration - Added `library` attribute to `` and `` -- Added "Integrating with Rails" tutorial to the docs, courtesy of [ParamagicDev](https://github.com/ParamagicDev) +- Added "Integrating with Rails" tutorial to the docs, courtesy of [KonnorRogers](https://github.com/KonnorRogers) - Fixed a bug where `` rendered incorrectly when zoomed in Safari [#227] - Fixed a bug where tabbing into slotted elements closes `` when used in a shadow root [#223] - Fixed a bug where scroll anchoring caused undesirable scrolling when `` are grouped diff --git a/docs/pages/tutorials/integrating-with-rails.md b/docs/pages/tutorials/integrating-with-rails.md index d1bf9cd70..03a630ea3 100644 --- a/docs/pages/tutorials/integrating-with-rails.md +++ b/docs/pages/tutorials/integrating-with-rails.md @@ -106,5 +106,5 @@ Now you can start using Shoelace components with Rails! ## Additional Resources -- There is a third-party [example repo](https://github.com/ParamagicDev/rails-shoelace-example), courtesy of [ParamagicDev](https://github.com/ParamagicDev) available to help you get started. +- There is a third-party [example repo](https://github.com/KonnorRogers/rails-shoelace-example), courtesy of [KonnorRogers](https://github.com/KonnorRogers) available to help you get started. - If you would like to avoid repeating this process, check out the associated [Railsbyte for Shoelace](https://railsbytes.com/templates/X8BsEb).