Skip to content

Commit 7790de9

Browse files
committed
Fix typo in readme
1 parent f5f23aa commit 7790de9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ A detailed guide to using UNIX signals with Puma can be found in the [signals do
275275

276276
### Release Directory
277277

278-
If you symlink releases into a common working directory (i.e., `/current` from Capistrano), Puma won't pick up your new changes when running phased restarts without additional configuration. You should set your working directory within Puma's config to specify the directory it should use. This is a change from earlier versions of Puma (< 2.15) that would infer the directory for you.
278+
If your symlink releases into a common working directory (i.e., `/current` from Capistrano), Puma won't pick up your new changes when running phased restarts without additional configuration. You should set your working directory within Puma's config to specify the directory it should use. This is a change from earlier versions of Puma (< 2.15) that would infer the directory for you.
279279

280280
```ruby
281281
# config/puma.rb

0 commit comments

Comments
 (0)