add
diff --git a/doc/source/api/management/index.rst b/doc/source/api/management/index.rst
index 17061b0..be18a36 100644
--- a/doc/source/api/management/index.rst
+++ b/doc/source/api/management/index.rst
@@ -345,11 +345,11 @@
 
 .. code:: bash
 
-   // add prop first
+   # add prop first
    curl -XPOST localhost:9000/admin/addProp/graph_test -H 'Content-Type: Application/json' -d '
    { "name": "play_count", "defaultValue": 0, "dataType": "integer" }'
 
-   // then add index
+   # then add index
    curl -XPOST localhost:9000/admin/addIndex -H 'Content-Type: Application/json' -d '
    {
      "label": "graph_test",