diff --git a/docs/network/index.html b/docs/network/index.html
index b641d69b8..2bf3d8eef 100644
--- a/docs/network/index.html
+++ b/docs/network/index.html
@@ -235,7 +235,7 @@
Options
var options = {
autoResize: true,
height: '100%',
- width: '100%'
+ width: '100%',
locale: 'en',
locales: locales,
clickToUse: false,
@@ -246,7 +246,7 @@ Options
layout: {...}, // defined in the layout module.
interaction: {...}, // defined in the interaction module.
manipulation: {...}, // defined in the manipulation module.
- physics: {...}, // defined in the physics module.
+ physics: {...} // defined in the physics module.
}
network.setOptions(options);