Skip to content

Commit 455542c

Browse files
committed
docs: rename "Troubleshooting" Textual section to "Caveats"
1 parent 399bb2e commit 455542c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

doc-tools/doc-pages/src/pages/PageContentTextual.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ export default function PageContentTextual() {
151151
standard.
152152
</Admonition>
153153
</Chapter>
154-
<Chapter title="Troubleshooting">
154+
<Chapter title="Caveats">
155155
<Section title="Line Breaks">
156156
<Paragraph>
157157
Line breaks work seemlessly with the <RefHtmlElement name="br" />{' '}

doc-tools/doc-pages/src/pages/PageFAQ.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@ export default function PageFAQ() {
138138
This is a known bug, but hopefully we have the{' '}
139139
<RefRenderHtmlProp name="enableExperimentalBRCollapsing" /> prop to
140140
fix it. See{' '}
141-
<RefDoc target="textual" fragment="troubleshooting">
142-
Textual | Troubleshooting | Line Breaks
141+
<RefDoc target="textual" fragment="caveats">
142+
Textual | Caveats | Line Breaks
143143
</RefDoc>
144144
.
145145
</Paragraph>
@@ -149,8 +149,8 @@ export default function PageFAQ() {
149149
This is another known bug, but hopefully we have the{' '}
150150
<RefRenderHtmlProp name="enableExperimentalGhostLinesPrevention" />{' '}
151151
prop to fix it. See{' '}
152-
<RefDoc target="textual" fragment="troubleshooting">
153-
Textual | Troubleshooting | Empty Tags
152+
<RefDoc target="textual" fragment="caveats">
153+
Textual | Caveats | Empty Tags
154154
</RefDoc>
155155
.
156156
</Paragraph>

0 commit comments

Comments
 (0)