Skip to content

Commit 4e40c85

Browse files
maxkernbachsleto-it
authored andcommitted
Doc - split lines + links (#558)
1 parent 6230d1b commit 4e40c85

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/Drivers/JS/GettingStarted/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,10 @@ db.listCollections().then(function (collections) {
135135
</script>
136136
```
137137

138-
If you are targetting browsers older than Internet Explorer 11 you
139-
may want to use [babel](https://babeljs.io) with a [polyfill](https://babeljs.io/docs/usage/polyfill)
140-
to provide missing functionality needed to use arangojs.
138+
If you are targetting browsers older than Internet Explorer 11 you may want to
139+
use [babel](https://babeljs.io) with a
140+
[polyfill](https://babeljs.io/docs/usage/polyfill) to provide missing
141+
functionality needed to use arangojs.
141142

142143
When loading the browser build with a script tag make sure to load the polyfill first:
143144

0 commit comments

Comments
 (0)