Skip to content

Commit fc6cdb3

Browse files
authored
Fix typo in signals.md (#1357)
1 parent 5306c61 commit fc6cdb3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/en/guide/v10/signals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ function removeTodo(todo) {
182182

183183
## Building the UI
184184

185-
Now that we've modeled our application's state, it's time to wire in up to a nice UI that users can interact with.
185+
Now that we've modeled our application's state, it's time to wire it up to a nice UI that users can interact with.
186186

187187
```jsx
188188
function TodoList() {

0 commit comments

Comments
 (0)