Skip to content

Commit 30f97b2

Browse files
authored
Merge pull request rails#54033 from ncuesta/patch-1
Fix typo on getting_started.md [ci skip]
2 parents 882af1e + 6772362 commit 30f97b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/getting_started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1457,7 +1457,7 @@ The last feature we need to implement is deleting products. We will add a
14571457
`destroy` action to our `ProductsController` to handle `DELETE /products/:id`
14581458
requests.
14591459

1460-
Adding `destroy` to `before_action :set_product` let's us set the `@product`
1460+
Adding `destroy` to `before_action :set_product` lets us set the `@product`
14611461
instance variable in the same way we do for the other actions.
14621462

14631463
```ruby#2,35-38

0 commit comments

Comments
 (0)