Skip to content

Commit

Permalink
Few documentations fixes. [ci skip] [changelog skip] (#2619)
Browse files Browse the repository at this point in the history
Sanitizing docs on few places. Ain't much. But, it's honest work :).
  • Loading branch information
dixpac committed May 4, 2021
1 parent ff17194 commit cc1768e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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

0 comments on commit cc1768e

Please sign in to comment.