diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2021-11-24 15:49:23 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2021-11-24 15:49:23 -0800 |
commit | ac170d8a00663cf2dc734516913641c544faa105 (patch) | |
tree | 7b71db5ef6e6d8f89377c3d44bebdeeb91b9d441 /extra/elasticsearch | |
parent | fafc32e0ea1adc95eea817af7273d4c47422b364 (diff) | |
download | fatcat-ac170d8a00663cf2dc734516913641c544faa105.tar.gz fatcat-ac170d8a00663cf2dc734516913641c544faa105.zip |
codespell fixes to various other docs
Diffstat (limited to 'extra/elasticsearch')
-rw-r--r-- | extra/elasticsearch/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/elasticsearch/README.md b/extra/elasticsearch/README.md index edb4f1f6..90019147 100644 --- a/extra/elasticsearch/README.md +++ b/extra/elasticsearch/README.md @@ -83,7 +83,7 @@ a new index and then cut over with no downtime. http put :9200/fatcat_release_v03 < release_schema.json -To replace a "real" index with an alias pointer, do two actions (not truely +To replace a "real" index with an alias pointer, do two actions (not truly zero-downtime, but pretty fast): http delete :9200/fatcat_release |