1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-19 02:17:27 +08:00

Help: Fix some typos found by sphinx-lint

Particularly,

- Avoid TABs in RST docs.
- Avoid words ending w/ hyphen at the right side of pharagraphs.
This commit is contained in:
Alex Turbov
2025-01-04 22:53:12 +04:00
parent 78e45c2db6
commit b33beb7af5
3 changed files with 5 additions and 5 deletions

View File

@@ -1124,8 +1124,8 @@ fields:
``steps``
A required array of objects describing the steps of the workflow. The first
step must be a configure preset, and all subsequent steps must be non-
configure presets whose ``configurePreset`` field matches the starting
step must be a configure preset, and all subsequent steps must be
non-configure presets whose ``configurePreset`` field matches the starting
configure preset. Each object may contain the following fields:
``type``

View File

@@ -364,8 +364,8 @@ Deprecated and Removed Features
* The builtin documentation formatters that supported command-line
options such as ``--help-man`` and ``--help-html`` have been removed
in favor of the above-mentioned new documentation system. These and
other command-line options that used to generate man- and html-
formatted pages no longer work. The :manual:`cmake(1)`
other command-line options that used to generate man- and
html- formatted pages no longer work. The :manual:`cmake(1)`
``--help-custom-modules`` option now produces a warning at runtime
and generates a minimal document that reports the limitation.