Skip to content

Commit

Permalink
docs: fix typo in url (#1744)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamaltman authored Sep 29, 2024
1 parent 1fc5471 commit ed906a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/commands/push.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Have the following values ready to use with the `push` command:
- An active organization [API key](https://redocly.com/docs/realm/setup/how-to/api-keys).
- [Redocly CLI](../installation.md) installed.

Use the `REDOCLY_AUTHORIZATION` environment variable to set the API key. See the [Manage API keys](https://redocly.com/docs/realm//setup/how-to/api-keys) page in the documentation for details on how to get your API key in Reunite.
Use the `REDOCLY_AUTHORIZATION` environment variable to set the API key. See the [Manage API keys](https://redocly.com/docs/realm/setup/how-to/api-keys) page in the documentation for details on how to get your API key in Reunite.

## Command usage

Expand Down

1 comment on commit ed906a2

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

St.
Category Percentage Covered / Total
🟡 Statements 78.62% 4986/6342
🟡 Branches 67.3% 2058/3058
🟡 Functions 72.94% 822/1127
🟡 Lines 78.91% 4704/5961

Test suite run success

809 tests passing in 121 suites.

Report generated by 🧪jest coverage report action from ed906a2

Please sign in to comment.