Fix typo in publish.js

embeded -> embedded
This commit is contained in:
Ikko Ashimine
2022-02-27 23:23:11 +09:00
committed by GitHub
parent 3ca7a9b4d6
commit c3fe536ce7

View File

@@ -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"});