mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-24 15:49:42 +02: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:
parent
33dad80eff
commit
2e6b877ba9
46 changed files with 66 additions and 66 deletions
|
@ -32,7 +32,7 @@ def test_admin_about_get_app_statistics(api_client: TestClient, admin_user: Test
|
|||
|
||||
as_dict = response.json()
|
||||
|
||||
# Smoke Test - Test the endpoint returns something thats a number
|
||||
# Smoke Test - Test the endpoint returns something that's a number
|
||||
assert as_dict["totalRecipes"] >= 0
|
||||
assert as_dict["uncategorizedRecipes"] >= 0
|
||||
assert as_dict["untaggedRecipes"] >= 0
|
||||
|
@ -45,7 +45,7 @@ def test_admin_about_check_app_config(api_client: TestClient, admin_user: TestUs
|
|||
|
||||
as_dict = response.json()
|
||||
|
||||
# Smoke Test - Test the endpoint returns something thats a the expected shape
|
||||
# Smoke Test - Test the endpoint returns something that's a the expected shape
|
||||
assert as_dict["emailReady"] in [True, False]
|
||||
assert as_dict["ldapReady"] in [True, False]
|
||||
assert as_dict["baseUrlSet"] in [True, False]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue