mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-10-30 17:53:31 -04:00 
			
		
		
		
	docs: fix typos (#1665)
* docs: fix typos * typos: fix typos found by `codespell` across the codebase * docs: fix `macOS` spelling * docs: fix `authentification` terminology "Authentification" is not a thing. * docs: fix `localhost` typo in example link * typos: fix in-code typos These are potentially higher risk, but no other mentions of these typos show up in the codebase.
This commit is contained in:
		| @@ -14,7 +14,7 @@ const routes = { | ||||
| }; | ||||
|  | ||||
| export class BackupAPI extends BaseAPI { | ||||
|   /** Returns a list of avaiable .zip files for import into Mealie. | ||||
|   /** Returns a list of available .zip files for import into Mealie. | ||||
|    */ | ||||
|   async getAll() { | ||||
|     return await this.requests.get<AllBackups>(routes.backupsAvailable); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user