Skip to content

Commit a9df491

Browse files
authored
Decrease too wide line in markdown (#8965)
In #8827 I wrote a line which was longer than CI markdown linter allowed (max 120 chars, width was 126) This causes CI failure: https://github.com/paritytech/polkadot-sdk/actions/runs/15850370092/job/44682093959?pr=8939
1 parent 38d3c30 commit a9df491

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/contributor/DOCUMENTATION_GUIDELINES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Documentation Guidelines
22

3-
This document is focused on documenting parts of the Polkadot SDK that relate to its external API. The list of such crates can
4-
be found in [CODEOWNERS](/.github/CODEOWNERS). Search for the crates auto-assigned to the `docs-audit` team.
3+
This document is focused on documenting parts of the Polkadot SDK that relate to its external API. The list of such
4+
crates can be found in [CODEOWNERS](/.github/CODEOWNERS). Search for the crates auto-assigned to the `docs-audit` team.
55

66
These crates are used by external developers and need thorough documentation. They are the most concerned with FRAME
77
development.

0 commit comments

Comments
 (0)