Skip to content
This repository was archived by the owner on Jun 24, 2024. It is now read-only.

Commit fbcf32f

Browse files
authored
lowercase sourcemap header (#28)
1 parent 9cec4a8 commit fbcf32f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source-map.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -342,11 +342,11 @@ support in order to add an HTTP header and the second requires an annotation in
342342
The HTTP header should supply the source map URL reference as:
343343

344344
```
345-
SourceMap: <url>
345+
sourcemap: <url>
346346
```
347347

348-
Note: Previous revisions of this document recommended a header name of `X-SourceMap`. This
349-
is now deprecated; `SourceMap` is now expected.
348+
Note: Previous revisions of this document recommended a header name of `x-sourcemap`. This
349+
is now deprecated; `sourcemap` is now expected.
350350

351351
The generated code should include a line at the end of the source, with the following form:
352352

0 commit comments

Comments
 (0)