Skip to content

Commit dd026ae

Browse files
authored
fix: Correct typographical errors in "create-api.md" and "troubleshoot.md" (#1730)
* typo create-api.md * typo troubleshoot.md
1 parent d21f02b commit dd026ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

developer-tools/dashboard/get-started/create-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ requiring an API key secret or JWTs with each API request.
3737

3838
We recommend the following best practices when creating your API keys:
3939

40-
- Group API key endpoints by environment. For example, create seperate API keys for production or development environments.
40+
- Group API key endpoints by environment. For example, create separate API keys for production or development environments.
4141
- Group API key endpoints by groups or individuals [sharing the API key](../how-to/project-sharing.md).
4242
- Limit the number of networks or services per API key only to the necessary endpoints.
4343
- Group the API key endpoints based on shared security considerations such as

developer-tools/dashboard/how-to/troubleshoot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sidebar_position: 9
77

88
### Suspicious activity detected during registration
99

10-
If you receive a "Suspicious activity detected" message during registration, it might be for of one of the following
10+
If you receive a "Suspicious activity detected" message during registration, it might be for one of the following
1111
reasons:
1212

1313
- You have another account: Infura does not allow users to create multiple accounts, so if

0 commit comments

Comments
 (0)