From ff08841455cf2eafbf323c3fd86010205ff47c7a Mon Sep 17 00:00:00 2001 From: Marya <111139605+MaryaBelanger@users.noreply.github.com> Date: Fri, 6 Dec 2024 21:51:56 -0800 Subject: [PATCH] Fix typo in `pub publish` page (#6257) --- src/content/tools/pub/cmd/pub-lish.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/tools/pub/cmd/pub-lish.md b/src/content/tools/pub/cmd/pub-lish.md index 54ec38e055..cbdb9457e2 100644 --- a/src/content/tools/pub/cmd/pub-lish.md +++ b/src/content/tools/pub/cmd/pub-lish.md @@ -39,7 +39,7 @@ either don't use `--force`, or use `--dry-run` first. ### `--skip-validation` Publishes without going through the client-side validation process or resolving dependencies. -This is useful for advanced users who know why the validation fails and wish to side step a particularly issues. +This is useful for advanced users who know why the validation fails and wish to side step a particular issues. **Example:** When publishing to pub.dev it may take a few minutes for a newly published package to become available. Hence, if you are publishing two dependent packages, where the second depends on the first.