Skip to content

Commit 172e6b0

Browse files
Fix regex pattern in contributions documentation
1 parent 3be8f3b commit 172e6b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/topics/contributions.topic

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176
The compliance of the title with the established format is checked by a regular expression:
177177
</p>
178178
<code-block lang="bash">
179-
/^(Draft:\s)?\[[a-zA-Z,_\s]+\]:\s.+/
179+
/^(Draft:\s)?\[[a-zA-Z,_\s]+\]:\s.+$/
180180
</code-block>
181181
</chapter>
182182

0 commit comments

Comments
 (0)