Skip to content

Commit 5bea0da

Browse files
Zerogivenhansl
authored andcommitted
docs: correct headline (#4729)
1 parent 809340a commit 5bea0da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/documentation/stories/global-scripts.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Global styles
1+
# Global scripts
22

33
You can add Javascript files to the global scope via the `apps[0].scripts`
44
property in `.angular-cli.json`.
@@ -20,4 +20,4 @@ You can also rename the output and lazy load it by using the object format:
2020
{ "input": "lazy-script.js", "lazy": true },
2121
{ "input": "pre-rename-script.js", "output": "renamed-script" },
2222
],
23-
```
23+
```

0 commit comments

Comments
 (0)