diff --git a/doc_src/FORMATTING.md b/doc_src/FORMATTING.md index fd9384c3e..98c7a2d39 100644 --- a/doc_src/FORMATTING.md +++ b/doc_src/FORMATTING.md @@ -8,7 +8,7 @@ While the documentation is pretty robust to variations in the documentation sour ## Line breaks and wrapping -Contrary to the rest of the fish source code, the documentation greatly benefits from the use of long lines and soft wrapping. Doxygen is able to treat paragraphs as complete blocks. The semantic filter can see complete lines when deciding on how to apply syntax highlighting. In advanced pagers, such as 'most', man pages will consistenly wrap to the width of the user's console. +Contrary to the rest of the fish source code, the documentation greatly benefits from the use of long lines and soft wrapping. Doxygen is able to treat paragraphs as complete blocks. The semantic filter can see complete lines when deciding on how to apply syntax highlighting. In advanced pagers, such as 'most', man pages will consistently wrap to the width of the user's console. ## Doxygen special commands and aliases