diff --git a/docs/src/rules/no-fallthrough.md b/docs/src/rules/no-fallthrough.md index 446a87480931..0dac8196b596 100644 --- a/docs/src/rules/no-fallthrough.md +++ b/docs/src/rules/no-fallthrough.md @@ -225,6 +225,7 @@ switch(foo){ } ``` + ::: ## When Not To Use It