From c664fc5964de1fdaa88dea0f16cedd29382965b7 Mon Sep 17 00:00:00 2001 From: Jon Janego Date: Wed, 31 Jan 2024 12:43:08 -0600 Subject: [PATCH] Update examples.md spelling --- docs/examples.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/examples.md b/docs/examples.md index 523f3d6..7443ec9 100644 --- a/docs/examples.md +++ b/docs/examples.md @@ -1,4 +1,4 @@ -# Examples on how to use the Dependancy Review Action +# Examples on how to use the Dependency Review Action ## Basic Usage @@ -62,7 +62,7 @@ allow_licenses: - 'BSD-2-Clause' ``` -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'