We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6230d1b commit 4e40c85Copy full SHA for 4e40c85
docs/Drivers/JS/GettingStarted/README.md
@@ -135,9 +135,10 @@ db.listCollections().then(function (collections) {
135
</script>
136
```
137
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.
+If you are targetting browsers older than Internet Explorer 11 you may want to
+use [babel](https://babeljs.io) with a
+[polyfill](https://babeljs.io/docs/usage/polyfill) to provide missing
141
+functionality needed to use arangojs.
142
143
When loading the browser build with a script tag make sure to load the polyfill first:
144
0 commit comments