diff --git a/docs/jsdoc/docdata-jsdoc-template/publish.js b/docs/jsdoc/docdata-jsdoc-template/publish.js index 27c27bfccd..1f68bbd8e3 100644 --- a/docs/jsdoc/docdata-jsdoc-template/publish.js +++ b/docs/jsdoc/docdata-jsdoc-template/publish.js @@ -95,7 +95,7 @@ } }); - // Callback descriptions are going to be embeded into Function descriptions + // Callback descriptions are going to be embedded into Function descriptions // when they are used as arguments, so we always attach them to reference // them later. var callbacks = helper.find(data, {kind: "typedef"});