Commit 0eef03f
The automated content review on #20861 deferred eight Vale findings as
judgment calls. Resolve all of them:
- Difficulty qualifiers (L22, L35): "simple parameters" -> "a small set of
parameters"; "simple interfaces" -> "narrow interfaces", which also lines
up with the "Limited inputs" bullet that follows.
- Heading sentence case (L68, L72, L89) per STYLE-GUIDE.md §Headings. The
page's H2/H3s were title-cased throughout, so this is the page-wide sweep
the review deferred.
- "Web Site" -> "website" in the L72 heading and its lead sentence, and
"a S3" -> "an S3". The `web-site` template identifier is unchanged.
- Weasel word (L101): "several key benefits" -> "four key benefits". The
list has exactly four items.
- Cross-reference block (L114): fold the "Additional Resources" H3 list into
the "Learn more" H2 above it. STYLE-GUIDE.md §Cross-reference sections
sanctions exactly two headings and says not to coin a third, so merging is
the right resolution rather than renaming the H3 into a duplicate
"Learn more" heading. Nothing links to the #additional-resources anchor.
- Also match the "No-code stacks" link label to that page's actual title.
Vale on this file goes from 8 warnings to 0; `make lint` passes.
Claude-Session: https://claude.ai/code/session_01S6VDttJGquAzYdoaQK8FVR
Co-authored-by: Claude <noreply@anthropic.com>
1 parent 118e981 commit 0eef03f
1 file changed
Lines changed: 8 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
115 | | - | |
116 | 114 | | |
117 | 115 | | |
118 | | - | |
| 116 | + | |
0 commit comments