From 7abfb724ed12303b901b6172f01b7216116fd247 Mon Sep 17 00:00:00 2001 From: Dan Wen <94364217+danwen1@users.noreply.github.com> Date: Tue, 20 Jan 2026 11:14:40 +0800 Subject: [PATCH] Fix typo --- articles/linter.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/linter.rst b/articles/linter.rst index c9974fa..ae03fdc 100644 --- a/articles/linter.rst +++ b/articles/linter.rst @@ -48,7 +48,7 @@ This linter provides enhanced rules. To install it, pip install -Iv rstcheck==5.0.0 -.. warning:: rstcheck 6 is includes too many breaking changes, so it is not supported. +.. warning:: rstcheck 6 includes too many breaking changes, so it is not supported. Related Resources -----------------