Skip to content

Commit aaa4e24

Browse files
authored
fix typo (word dupe) "will will" -> "will" ref: https://github.com/phoenixframework/phoenix/pull/6442/files#r2372798544 (#6492)
1 parent 2ea807d commit aaa4e24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installer/templates/usage-rules/phoenix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
- **Always** fix the `current_scope` error by moving your routes to the proper `live_session` and ensure you pass `current_scope` as needed
88
- Phoenix v1.8 moved the `<.flash_group>` component to the `Layouts` module. You are **forbidden** from calling `<.flash_group>` outside of the `layouts.ex` module
99
- Out of the box, `core_components.ex` imports an `<.icon name="hero-x-mark" class="w-5 h-5"/>` component for for hero icons. **Always** use the `<.icon>` component for icons, **never** use `Heroicons` modules or similar
10-
- **Always** use the imported `<.input>` component for form inputs from `core_components.ex` when available. `<.input>` is imported and using it will will save steps and prevent errors
10+
- **Always** use the imported `<.input>` component for form inputs from `core_components.ex` when available. `<.input>` is imported and using it will save steps and prevent errors
1111
- If you override the default input classes (`<.input class="myclass px-2 py-1 rounded-lg">)`) class with your own values, no default classes are inherited, so your
1212
custom classes must fully style the input

0 commit comments

Comments
 (0)