From 1ec1803349a4b27c93c45a1f8ac7ac3bc29bc9a4 Mon Sep 17 00:00:00 2001 From: Mike Little Date: Fri, 1 Nov 2024 15:10:48 +0000 Subject: [PATCH] Fixes spelling of Elasticsearch. This change corrects the spelling of Elasticsearch. Fixes https://github.com/humanmade/product-dev/issues/1644 --- other-docs/guides/upgrading/v3.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/other-docs/guides/upgrading/v3.md b/other-docs/guides/upgrading/v3.md index 43b1dbaa..b72737c0 100644 --- a/other-docs/guides/upgrading/v3.md +++ b/other-docs/guides/upgrading/v3.md @@ -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=.local` if you do encounter any problems. @@ -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).