Skip to content

Commit a844138

Browse files
lukewaite-intouchcaitp
authored andcommitted
docs($sce): correct typo
Fix markdown quotation of a `;` so that it is properly rendered in the docs. Makes it more consistent with the other codeblocked characters in the list. Closes angular#12549
1 parent 8ae9e94 commit a844138

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/sce.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ function $SceDelegateProvider() {
542542
* - There are exactly **two wildcard sequences** - `*` and `**`. All other characters
543543
* match themselves.
544544
* - `*`: matches zero or more occurrences of any character other than one of the following 6
545-
* characters: '`:`', '`/`', '`.`', '`?`', '`&`' and ';'. It's a useful wildcard for use
545+
* characters: '`:`', '`/`', '`.`', '`?`', '`&`' and '`;`'. It's a useful wildcard for use
546546
* in a whitelist.
547547
* - `**`: matches zero or more occurrences of *any* character. As such, it's not
548548
* appropriate for use in a scheme, domain, etc. as it would match too much. (e.g.

0 commit comments

Comments
 (0)