Skip to content

Commit

Permalink
try a bit more
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Sep 1, 2024
1 parent 05387b1 commit 6474129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/markdown/prepareMarkdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ function prepareMarkdown(config) {
throw new Error(`docs-infra: Missing description in the page: ${location}\n`);
}

if (description.length > 165) {
if (description.length > 160) {
throw new Error(
[
`docs-infra: The description "${description}" is too long (${description.length} characters).`,
Expand Down

0 comments on commit 6474129

Please sign in to comment.