Skip to content

Commit

Permalink
Merge pull request #588 from humanmade/1644-correct-elasticsearch-spe…
Browse files Browse the repository at this point in the history
…lling

Fixes spelling of Elasticsearch.
  • Loading branch information
joehoyle authored Nov 12, 2024
2 parents 062f087 + 1ec1803 commit 6105f2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions other-docs/guides/upgrading/v3.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ The `config.local.yaml` file generated by Local Chassis is now fully managed by
when running `composer chassis provision`.
[Modifications to `config.local.yaml` can now be defined in your `composer.json` config](docs://local-chassis).

The version of ElasticSearch in use by Local Chassis has been changed from 5.6 to 6.3 to match the production environment. In most
The version of Elasticsearch in use by Local Chassis has been changed from 5.6 to 6.3 to match the production environment. In most
cases this should not present any problems and may only require you to reindex by
running `composer chassis exec -- wp elasticpress index --setup --network-wide --url=<project>.local` if you do encounter any
problems.
Expand All @@ -83,7 +83,7 @@ Writing and running PHPUnit tests for your application is now a simple process.
in your project root directory and run `composer dev-tools phpunit`.

Tests are run in your local environment, and provide full integration testing capabilities to match production, including S3,
ElasticSearch, caching and Tachyon.
Elasticsearch, caching and Tachyon.

This feature provides flexibility for more complex use cases, check out
the [unit testing documentation and examples here](docs://dev-tools/testing-with-phpunit.md).
Expand Down

0 comments on commit 6105f2b

Please sign in to comment.