Fix spelling mistakes (#150)

This commit is contained in:
Sean Zellmer
2024-10-22 08:07:06 -05:00
committed by GitHub
parent b4ad921fde
commit c0956c273d
4 changed files with 11 additions and 11 deletions

View File

@@ -74,7 +74,7 @@ A development application link can be shared among trusted peers. At that point,
While using different channel names is sensible, using `pear stage dev` and `pear stage production` on the same machine has practical implications.
A dump-stage-release strategy seperates the concerns between development and production, by using a different machine for each.
A dump-stage-release strategy separates the concerns between development and production, by using a different machine for each.
On the machine that holds the production link, run:

View File

@@ -154,7 +154,7 @@ When Pear loads an application from a peer the staged files are sparsely replica
The command signature for `pear seed` is `pear seed <channel|link> [dir]`.
If the application was staged on the machine, it will seed the appliction from the machine.
If the application was staged on the machine, it will seed the application from the machine.
Otherwise, passing an application link to `pear seed` will reseed the application from that link.