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:
commit
2609675a9c
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue