diff --git a/lib/index.js b/lib/index.js index e352f217..498c6d43 100644 --- a/lib/index.js +++ b/lib/index.js @@ -92,7 +92,7 @@ let _bedrockCommand; * default this will be process.argv[1]. * * @returns {Promise} Resolves when the application has started or an error has - * occured. + * occurred. */ export async function start(options = {}) { if(BEDROCK_START_CALLED) {