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.
1 parent 5813c82 commit 6772362Copy full SHA for 6772362
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