docs: fix typo in ephemeral envs docs (#32605)

This commit is contained in:
Maxime Beauchemin
2025-03-11 16:17:30 -07:00
committed by GitHub
parent 9ea58381f4
commit 4fdeab8dad
2 changed files with 2 additions and 2 deletions

View File

@@ -129,7 +129,7 @@ jobs:
const body = `@${user} Processing your ephemeral environment request [here](${workflowUrl}).` +
` Action: **${action}**.` +
` More information on [how to use or configure ephemeral environments]` +
`(https://superset.apache.org/docs/contributing/howtos/#gitHub-ephermeral-environments)`;
`(https://superset.apache.org/docs/contributing/howtos/#github-ephemeral-environments)`;
await github.rest.issues.createComment({