From 3ffbd419771726b3f6bd60eab5f71aeca8842340 Mon Sep 17 00:00:00 2001 From: Gertjan Date: Tue, 1 Oct 2024 13:33:23 +0200 Subject: [PATCH] typo: fixed --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 48c4b39..0ca9f16 100644 --- a/Makefile +++ b/Makefile @@ -10,9 +10,9 @@ build: python3 tools/generate-excel.py pact-openapi-2.2.0.yaml python3 tools/generate-excel.py pact-openapi-2.3.0.yaml echo '' > index.html - echo '' >> index.html + echo '' >> index.html echo '

PACT OpenAPI Schema

' >> index.html - echo '

The OpenAPI schema and the Simplified Data Model in Excel format for recent and upcoming versions of the PACT Data Model.

' >> index.html + echo '

This page contains the OpenAPI schemas and the Simplified Data Model in Excel format for recent and upcoming versions of the PACT Data Model.

' >> index.html echo '

For more information, please visit the PACT website and the WBCSD GitHub repository.

' >> index.html echo '

2.0.0

' >> index.html echo 'PACT OpenAPI 2.0.0
' >> index.html