mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Merge pull request #11628 from eltociear/patch-3
Fix typo in package-source.js
This commit is contained in:
@@ -209,7 +209,7 @@ var getExcerptFromReadme = function (text) {
|
||||
}
|
||||
var excerpt = textLines.slice(start, stop).join("\n");
|
||||
|
||||
// Strip the preceeding and trailing new lines.
|
||||
// Strip the preceding and trailing new lines.
|
||||
return excerpt.replace(/^\n+|\n+$/g, "");
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user