Skip to content

Commit

Permalink
Chore: fix typo initialise -> initialize in core/Parcel.js (#7309)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinyaigeek committed Nov 16, 2021
1 parent 46fe00f commit d2bc9c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/core/src/Parcel.js
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ export default class Parcel {
_getResolvedParcelOptions(): ParcelOptions {
return nullthrows(
this.#resolvedOptions,
'Resolved options is null, please let parcel initialise before accessing this.',
'Resolved options is null, please let parcel initialize before accessing this.',
);
}

Expand Down

0 comments on commit d2bc9c8

Please sign in to comment.