Skip to content

Commit

Permalink
Fix helper name in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mkszepp committed Mar 12, 2024
1 parent 06168ab commit 48a1781
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</p>
</li>
<li>
<p>Helper: The helper <code>power-select-is-selected</code> was renamed to <code>ember-power-select-is-equal</code>. If you have used in your custom components, you need to replace it</p>
<p>Helper: The helper <code>ember-power-select-is-selected</code> was renamed to <code>ember-power-select-is-equal</code>. If you have used in your custom components, you need to replace it</p>
</li>
<li>
<p>Vanilla JS: If you have used vanilla js you must now import the css in <code>app.js</code> manually like (for other css adding examples see under installation)</p>
Expand Down

0 comments on commit 48a1781

Please sign in to comment.