0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00

Fixed typos

This commit is contained in:
Naz 2021-09-23 12:05:15 +02:00
parent 8560aa6b34
commit bf4587d29e

View file

@ -22,7 +22,7 @@ const getSettingFilePath = (setting) => {
/**
* Functionally same as loadSettingsSync with exception of loading
* settigs asyncronously. This method is used at new places to read settings
* settings asynchronously. This method is used at new places to read settings
* to prevent blocking the eventloop
*
* @param {String} setting the requested settings as defined in setting knownSettings
@ -56,7 +56,7 @@ const loadSettings = async (setting) => {
/**
* Reads the desired settings YAML file and passes the
* file to the YAML parser which then returns a JSON object.
* NOTE: loading happens syncronously
* NOTE: loading happens synchronously
*
* @param {String} setting the requested settings as defined in setting knownSettings
* @returns {Object} settingsFile