From dd77f1f603422060279eede5270bec534b88c7a0 Mon Sep 17 00:00:00 2001 From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Date: Thu, 16 Jun 2022 20:34:41 +0200 Subject: [PATCH] docs: fix typo (#2472) --- docs/support/FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/support/FAQ.md b/docs/support/FAQ.md index 2759b10b..3e7e0cfe 100644 --- a/docs/support/FAQ.md +++ b/docs/support/FAQ.md @@ -153,7 +153,7 @@ Any npm compatible registry is supported with the [`@semantic-release/npm`](http See [npm registry authentication](https://github.com/semantic-release/npm#npm-registry-authentication) for more details. -See [Artifactory - npm Registry](https://www.jfrog.com/confluence/display/RTF/Npm+Registry#NpmRegistry-AuthenticatingthenpmClient) documentation for Artifactiry configuration. +See [Artifactory - npm Registry](https://www.jfrog.com/confluence/display/RTF/Npm+Registry#NpmRegistry-AuthenticatingthenpmClient) documentation for Artifactory configuration. ## Can I manually trigger the release of a specific version?