0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Merge pull request #2941 from jasonsturges/errata

Fix typo in code comment: propogation errata changed to propagation.
This commit is contained in:
Hannah Wolfe 2014-06-12 21:43:56 +02:00
commit 2609675a9c

View file

@ -23,7 +23,7 @@ function startGhost(options) {
.then(deferred.resolve)
.otherwise(function (e) {
// We don't return the rejected promise to stop
// the propogation of the rejection and just
// the propagation of the rejection and just
// allow the user to manage what to do.
deferred.reject(e);
});