From b50fc45f299a8859e9d48b973227a8d79177323d Mon Sep 17 00:00:00 2001 From: Joanna May Date: Thu, 23 Jan 2025 11:19:47 -0600 Subject: [PATCH] fix: spelling --- cspell.json | 16 +++++++++++++--- .../docs/security/security_in_mobile_apps.mdx | 2 +- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/cspell.json b/cspell.json index bcd3c84..f2424b1 100644 --- a/cspell.json +++ b/cspell.json @@ -1,10 +1,20 @@ { "$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json", "version": "0.2", - "ignorePaths": ["node_modules/**", ".**/"], - "files": ["**/*.md", "**/*.mdx", "**/*.tsx", "**/*.ts", "**/*.json"], + "ignorePaths": [ + "node_modules/**", + ".**/" + ], + "files": [ + "**/*.md", + "**/*.mdx", + "**/*.tsx", + "**/*.ts", + "**/*.json" + ], "words": [ "ABAP", + "Approov", "Abuild", "Agda", "AMPL", @@ -123,4 +133,4 @@ "Zephir", "Zimpl" ] -} +} \ No newline at end of file diff --git a/src/content/docs/security/security_in_mobile_apps.mdx b/src/content/docs/security/security_in_mobile_apps.mdx index 54c2f65..5d2e226 100644 --- a/src/content/docs/security/security_in_mobile_apps.mdx +++ b/src/content/docs/security/security_in_mobile_apps.mdx @@ -200,7 +200,7 @@ Attackers target app binaries to extract valuable secrets like API keys or crypt - Integrity checks at app launch can detect unauthorized modifications and redistribution. Violations can be reported to remove fake apps from stores, and specialized services are available to support detection and removal efforts. ::: -Tools and services such as FreeRASP and Aproov can help mitigate the likelihood of a compromised app binary or repackaging attack. +Tools and services such as FreeRASP and Approov can help mitigate the likelihood of a compromised app binary or repackaging attack. - [Approov](https://approov.io/docs/latest/approov-usage-documentation/) - [FreeRASP](https://pub.dev/packages/freerasp)