Skip to content

Commit 5d44b5e

Browse files
Nicolappsbarryvdh
authored andcommitted
Fix PHP example code in documentation (php-debugbar#412)
1 parent b7d6e35 commit 5d44b5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rendering.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Using Assetic:
4545

4646
Dumping the assets:
4747

48-
header('Content-Type', 'text/javascript');
48+
header('Content-Type: text/javascript');
4949
$renderer->dumpJsAssets();
5050

5151
Retrieving the assets:

0 commit comments

Comments
 (0)