Skip to content

Commit ade5021

Browse files
committed
fix(docs): Add line break OCD
1 parent 9eff351 commit ade5021

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Confirm: <input ng-model="user.passwordConfirm" type="password" match="user.pass
4949
```
5050
<small>`match-caseless` can accept a scoped variable to allow the matching to be toggle-able between case insensitive and case sensitive. Default: false</small>
5151

52-
**Not Match Example**
52+
**Not Match Example**<br>
5353
Sometimes you want to ensure the values do *not* match, in that case you can use the `not-match` flag.
5454
This also works in combination with `match-caseless` (if you want to not match case insensitively).
5555
```html

0 commit comments

Comments
 (0)