From c26b132baad8ceb4916f454f122cf75df8176413 Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Fri, 7 Feb 2025 13:22:20 +0100 Subject: [PATCH] fix typos --- docs/examples.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/examples.md b/docs/examples.md index 245d1a9..1ace50b 100644 --- a/docs/examples.md +++ b/docs/examples.md @@ -1,4 +1,4 @@ -# Examples on how to use the Dependency Review Action +# Examples of how to use the Dependency Review Action ## Basic Usage @@ -89,7 +89,7 @@ The following example will use a configuration file from an external public GitH Let's say that the configuration file is located in `github/octorepo/dependency-review-config.yml@main` -The Dependancy Review Action workflow file will then look like this: +The Dependency Review Action workflow file will then look like this: ```yaml name: 'Dependency Review' @@ -116,7 +116,7 @@ The following example will use a configuration file from an external private Gti Let's say that the configuration file is located in `github/octorepo-private/dependency-review-config.yml@main` -The Dependancy Review Action workflow file will then look like this: +The Dependency Review Action workflow file will then look like this: ```yaml name: 'Dependency Review'