aboutsummaryrefslogtreecommitdiffstats
path: root/docs/checks/README-skipped-base-method.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/checks/README-skipped-base-method.md')
-rw-r--r--docs/checks/README-skipped-base-method.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/checks/README-skipped-base-method.md b/docs/checks/README-skipped-base-method.md
index cf4a1bda..b2ad09fd 100644
--- a/docs/checks/README-skipped-base-method.md
+++ b/docs/checks/README-skipped-base-method.md
@@ -1,6 +1,6 @@
# skipped-base-method
-Warns when calling a method from the "grand-base class" instead of the base-class method.
+Warns when calling a method from the "grand-base class" instead of the base-class one.
Example:
```