Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Few documentations fixes. [ci skip] [changelog skip] #2619

Merged
merged 1 commit into from May 4, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/deployment.md
Expand Up @@ -16,7 +16,7 @@ Welcome back!

## Single vs Cluster mode

Puma was originally conceived as a thread-only webserver, but grew the ability to
Puma was originally conceived as a thread-only web server, but grew the ability to
also use processes in version 2.

To run `puma` in single mode (e.g. for a development environment) you will need to
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins.md
Expand Up @@ -34,5 +34,5 @@ functionality to augment puma.
`config` runs when the server is being configured and is passed a `Puma::DSL`
object that can be used to add additional configuration.

Any public methods in `Puma::Plugin` are the public API that any plugin may
Any public methods in [`Puma::Plugin`](../lib/puma/plugin.rb) are the public API that any plugin may
use.
2 changes: 1 addition & 1 deletion docs/systemd.md
Expand Up @@ -8,7 +8,7 @@ useful features for running Puma in production.
## Service Configuration

Below is a sample puma.service configuration file for systemd, which
can be copied or symlinked to /etc/systemd/system/puma.service, or if
can be copied or symlinked to `/etc/systemd/system/puma.service`, or if
desired, using an application or instance specific name.

Note that this uses the systemd preferred "simple" type where the
Expand Down