From b9a7132fe514f799fcc89d23c5b8572802c7566b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Vanacker?= Date: Tue, 22 Sep 2020 04:19:46 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 08671fa1..5413b694 100644 --- a/README.md +++ b/README.md @@ -504,7 +504,7 @@ class TestExampleDeclarativeJob extends DeclarativePipelineTest { ``` ### DeclarativePipelineTest -It extends `BasePipelineTest` functionality so you can verify your decalrative job the same way +It extends `BasePipelineTest` functionality so you can verify your declarative job the same way like it was a scripted pipeline ## Testing Shared Libraries