mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Fix typo in publish.js
embeded -> embedded
This commit is contained in:
@@ -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"});
|
||||
|
||||
Reference in New Issue
Block a user