Skip to content

Commit

Permalink
Docs: Fix typo and replace en dash with hyphen for consistency (#1702)
Browse files Browse the repository at this point in the history
This pull request:

- fixes a typo: `unoppinionated` -> `unopinionated`
- replaces an en dash `–` with hyphen `-`
  • Loading branch information
eliot-akira authored Aug 23, 2024
1 parent 0fd051a commit 97519dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/playground/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ $ bun packages/playground/cli/src/cli.ts start --wp=6.5
WordPress is running on http://127.0.0.1:9400
```

Playground CLI is simple, configurable, and unoppinionated. You can set it up
Playground CLI is simple, configurable, and unopinionated. You can set it up
to your unique WordPress setup. For example, this command would run the documentation
workflow at https://github.com/adamziel/playground-docs-workflow:

Expand Down Expand Up @@ -47,7 +47,7 @@ so you can always be sure you're starting from a clean slate.
The CLI tool will have the following commands:

- `serve` - start a fresh WordPress playground server.
- `build` run a Blueprint and output a .zip file with the resulting WordPress instance.
- `build` - run a Blueprint and output a .zip file with the resulting WordPress instance.
- `php` - run the specified PHP file.

It will also support:
Expand Down

0 comments on commit 97519dc

Please sign in to comment.