Skip to content

Chore: Fix Vale issues

What does this MR do and why?

Addresses documentation issues in administration/postgresql/moving.md.

Screenshots or screen recordings

Before correction

vale doc/administration/postgresql/moving.md 

 doc/administration/postgresql/moving.md
 1:1    suggestion  The grade level is 10.25.       gitlab.ReadingLevel   
                    Aim for 8th grade or lower by                         
                    using shorter sentences and                           
                    words.                                                
 10:10  suggestion  Improve readability by using    gitlab.SentenceLength 
                    fewer than 25 words in this                           
                    sentence.                                             
 11:37  warning     Instead of future tense 'will   gitlab.FutureTense    
                    need', use present tense.                             
 39:51  warning     Instead of future tense 'will   gitlab.FutureTense    
                    overwrite', use present tense.                        

✖ 0 errors, 2 warnings and 2 suggestions in 1 file.

After correction

vale doc/administration/postgresql/moving.md 

 doc/administration/postgresql/moving.md
 1:1    suggestion  The grade level is 10.35.       gitlab.ReadingLevel   
                    Aim for 8th grade or lower by                         
                    using shorter sentences and                           
                    words.                                                
 10:10  suggestion  Improve readability by using    gitlab.SentenceLength 
                    fewer than 25 words in this                           
                    sentence.                                             

✔ 0 errors, 0 warnings and 2 suggestions in 1 file.

How to set up and validate locally

Run vale doc/administration/postgresql/moving.md

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

/cc @sselhorn

Related to #386929 (closed)

Edited by Ashvith

Merge request reports