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

Fixes spelling of Elasticsearch. #588

Merged
merged 1 commit into from
Nov 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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