From cd5c36681e6f5b0190897edfab2a744599db4056 Mon Sep 17 00:00:00 2001 From: Steve Carter Date: Tue, 12 Sep 2023 19:12:18 +0100 Subject: [PATCH] Update creating_integration_manifest.md (#1897) --- docs/creating_integration_manifest.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/creating_integration_manifest.md b/docs/creating_integration_manifest.md index c0815824..ef4b5a5e 100644 --- a/docs/creating_integration_manifest.md +++ b/docs/creating_integration_manifest.md @@ -3,7 +3,7 @@ title: "Integration Manifest" sidebar_label: "Manifest" --- -Every integration has a manifest file to specify basic information about an integration. This file is stored as `manifest.json` in your integration directory. It is required to add such a file. +Every integration has a manifest file to specify its basic information. This file is stored as `manifest.json` in your integration directory. It is required to add such a file. ```json {