From 6d8939670e9db81af5148ff380f91f4d045e5e70 Mon Sep 17 00:00:00 2001 From: raymonder jin Date: Fri, 9 Jul 2021 01:09:43 +0800 Subject: [PATCH] fix typos (#3965) --- docs/sources/upgrading/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sources/upgrading/_index.md b/docs/sources/upgrading/_index.md index 2002aeac37..3a5deb2a34 100644 --- a/docs/sources/upgrading/_index.md +++ b/docs/sources/upgrading/_index.md @@ -213,7 +213,7 @@ There are 2 significant changes warranting the backup of this data because they * A compactor is included which will take existing index files and compact them to one per day and remove non compacted files * All index files are now gzipped before uploading -The second part is important because 1.6.0 does not understand how to read the gzipped files, so any new files uploaded or any files compacted become unreadable to 1.6.0 or ealier. +The second part is important because 1.6.0 does not understand how to read the gzipped files, so any new files uploaded or any files compacted become unreadable to 1.6.0 or earlier. _THIS BEING SAID_ we are not expecting problems, our testing so far has not uncovered any problems, but some extra precaution might save data loss in unforeseen circumstances! @@ -362,7 +362,7 @@ schema_config: prefix: index_ period: 24h <--- This must be 24h ``` -If you are not on `schema: v11` this would be a good oportunity to make that change _in the new schema config_ also. +If you are not on `schema: v11` this would be a good opportunity to make that change _in the new schema config_ also. **NOTE** If the current time in your timezone is after midnight UTC already, set the date one additional day forward.