From d0682a00ba447473004ec9bbdd39d1cd8e860f8c Mon Sep 17 00:00:00 2001 From: Zach Kirsch Date: Wed, 7 Aug 2024 23:42:14 -0400 Subject: [PATCH] Fix typo in pr-preview.mdx --- fern/pages/docs/building-your-docs/pr-preview.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fern/pages/docs/building-your-docs/pr-preview.mdx b/fern/pages/docs/building-your-docs/pr-preview.mdx index 3f19a7838f3..e1f0216e887 100644 --- a/fern/pages/docs/building-your-docs/pr-preview.mdx +++ b/fern/pages/docs/building-your-docs/pr-preview.mdx @@ -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. ```yaml @@ -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. \ No newline at end of file +Preview links do not expire. However, the time to live (TTL) is subject to change in the future.