File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Symfony UX Stimulus bridge
2
2
3
- The Stimulus bridge integrates [ Stimulus] ( https://stimulus.hotwire .dev/ )
3
+ The Stimulus bridge integrates [ Stimulus] ( https://stimulus.hotwired .dev/ )
4
4
into your Symfony app by automatically loading both third-party controllers
5
5
and your own custom controllers. It works by reading a ` controllers.json `
6
6
file that describes your third-party controllers. This file is updated
7
7
automatically when you install [ Symfony UX Packages] ( https://github.com/symfony/ux ) .
8
8
9
9
Before you start, familiarize yourself with the basics of
10
- [ Stimulus] ( https://stimulus.hotwire .dev/ ) .
10
+ [ Stimulus] ( https://stimulus.hotwired .dev/ ) .
11
11
12
12
Symfony UX Stimulus bridge is currently considered ** experimental** .
13
13
@@ -136,7 +136,7 @@ the name will include `--` in place of each `/`:
136
136
</div >
137
137
```
138
138
139
- See the [ Stimulus Docs] ( https://stimulus.hotwire .dev/handbook/introduction )
139
+ See the [ Stimulus Docs] ( https://stimulus.hotwired .dev/handbook/introduction )
140
140
for what else Stimulus can do!
141
141
142
142
## Common Errors
You can’t perform that action at this time.
0 commit comments