We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 882af1e + 6772362 commit 30f97b2Copy full SHA for 30f97b2
guides/source/getting_started.md
@@ -1457,7 +1457,7 @@ The last feature we need to implement is deleting products. We will add a
1457
`destroy` action to our `ProductsController` to handle `DELETE /products/:id`
1458
requests.
1459
1460
-Adding `destroy` to `before_action :set_product` let's us set the `@product`
+Adding `destroy` to `before_action :set_product` lets us set the `@product`
1461
instance variable in the same way we do for the other actions.
1462
1463
```ruby#2,35-38
0 commit comments