diff --git a/docs/source/frontend_config.rst b/docs/source/frontend_config.rst index 6c4280ad5..be3699ffd 100644 --- a/docs/source/frontend_config.rst +++ b/docs/source/frontend_config.rst @@ -61,7 +61,7 @@ four spaces. Enter the following code snippet in your JavaScript console:: var config = cell.config; var patch = { CodeCell:{ - cm_config:{indentUnit: null} # only change here. + cm_config:{indentUnit: null} // only change here. } } config.update(patch)