Skip to content

Commit aa7bd2e

Browse files
committed
fix typo error
1 parent 339dfab commit aa7bd2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/handling-cors/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ factory.allowedMethods(['*']);
126126
To allowed custom HTTP header
127127

128128
```
129-
factory..allowedHeaders(['X-My-Custom-Header']);
129+
factory.allowedHeaders(['X-My-Custom-Header']);
130130
```
131131

132132
To allowed all custom headers

0 commit comments

Comments
 (0)