Skip to content

Commit

Permalink
docs: cspell
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnaPS committed Dec 11, 2024
1 parent 93bf7cc commit 43704ec
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
19 changes: 16 additions & 3 deletions cspell.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
{
"$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",
"Abuild",
Expand Down Expand Up @@ -35,6 +44,9 @@
"Filebench",
"Filterscript",
"fontsource",
"Firestore",
"Formz",
"formz",
"Frege",
"gaugecomponent",
"Genshi",
Expand Down Expand Up @@ -93,6 +105,7 @@
"rxdart",
"Scilab",
"Shen",
"SLSA",
"Smali",
"SQLPL",
"Stata",
Expand All @@ -114,4 +127,4 @@
"Zephir",
"Zimpl"
]
}
}
2 changes: 1 addition & 1 deletion src/content/docs/security/security_in_mobile_apps.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ This is a great article that talks about how to secure your API Keys.

- [Securing API Keys](https://nshipster.com/secrets/)

There are tools like AWS Secrets Managerand Google Cloud Secret Manager that helps the user to secure the API keys and secrets.
There are tools like AWS Secrets Manager and Google Cloud Secret Manager that helps the user to secure the API keys and secrets.

- [AWS Secrets Manager](https://aws.amazon.com/secrets-manager/)
- [AWS Secrets Manager video](https://www.youtube.com/watch?v=-9nOyaM3kZk&t=26s)
Expand Down

0 comments on commit 43704ec

Please sign in to comment.