Skip to content

Commit 6772362

Browse files
authored
Fix typo on getting_started.md
Changed "Let's us" with "lets us", as in "enables us" to do something.
1 parent 5813c82 commit 6772362

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)