Commit 7bb490f0 authored by Ray Paik's avatar Ray Paik

Merge branch 'fix-spelling-errors-in-es-troubleshooting' into 'master'

Fix spelling errors in elasticsearch troubleshooting docs

See merge request gitlab-org/gitlab!20341
parents 7fcf7647 c47640cd
......@@ -171,7 +171,7 @@ To do this:
pp s.search_objects.class.name
```
The ouput from the last command is the key here. If it shows:
The output from the last command is the key here. If it shows:
- `ActiveRecord::Relation`, **it is not** using Elasticsearch.
- `Kaminari::PaginatableArray`, **it is** using Elasticsearch.
......@@ -326,7 +326,7 @@ feel free to update that page with issues you encounter and solutions.
Setting up Elasticsearch isn't too bad, but it can be a bit finnicky and time consuming.
The eastiest method is to spin up a docker container with the required version and
The easiest method is to spin up a docker container with the required version and
bind ports 9200/9300 so it can be used.
The following is an example of running a docker container of Elasticsearch v7.2.0:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment