Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

Commit

Permalink
Add missing colon after [error] (#4903)
Browse files Browse the repository at this point in the history
  • Loading branch information
algomaster99 authored and Josh Goldberg committed Dec 13, 2019
1 parent 5ba08f0 commit 7dee80a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/develop/testing-rules/index.md
Expand Up @@ -111,7 +111,7 @@ const tree = 5;
~~~~ [error % ("plants")]
const skyscraper = 100;
[error] Variables named after %s are not allowed!
[error]: Variables named after %s are not allowed!
[no-animal]: error % ('animals')
```

Expand All @@ -136,7 +136,7 @@ const tree = 5;
~~~~ [error % ("plants", "tree")]
const skyscraper = 100;
[error] Variables named after %s are not allowed: '%s'
[error]: Variables named after %s are not allowed: '%s'
[no-animal]: error % ('animals')
```

Expand Down

0 comments on commit 7dee80a

Please sign in to comment.