Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
r7kamura committed Feb 6, 2024
1 parent 4b7fa47 commit 69e4b16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ end
### path parameters

You can embed variables in URL path like `/users/:user_id`.
In this example, the returned value of `user_id` method will be emobeded as its real value.
In this example, the returned value of `user_id` method will be embedded as its real value.

```ruby
# `subject` will be `get("/users/#{user_id}")`.
Expand Down

0 comments on commit 69e4b16

Please sign in to comment.