Skip to content

Commit

Permalink
Fix typo in pr-preview.mdx (#4235)
Browse files Browse the repository at this point in the history
  • Loading branch information
zachkirsch authored Aug 12, 2024
1 parent 23dc4ab commit d81a6c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fern/pages/docs/building-your-docs/pr-preview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ fern generate --docs --preview

## Usage in GitHub Actions

The following is a GitHub Action workflow that generates a preview URL for every pull request.x
The following is a GitHub Action workflow that generates a preview URL for every pull request.

<CodeBlock title = ".github/workflows/preview-docs.yml">
```yaml
Expand Down Expand Up @@ -65,4 +65,4 @@ jobs:
## Link expiration
Preview links do not expire. However, the time to live (TTL) is subject to change in the future.
Preview links do not expire. However, the time to live (TTL) is subject to change in the future.

0 comments on commit d81a6c7

Please sign in to comment.