From 6b51ba828d2421b5ebddca0da1abf6720f5f9de6 Mon Sep 17 00:00:00 2001 From: Andrew Beveridge Date: Tue, 30 Apr 2019 10:24:06 +0100 Subject: [PATCH] Fix typo in creating_integration_manifest.md (#243) Typo --- 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 691bd802..f48ccfa3 100644 --- a/docs/creating_integration_manifest.md +++ b/docs/creating_integration_manifest.md @@ -21,7 +21,7 @@ Or a minimal example that you can copy into your project: ```json { "domain": "your_domain_name", - "name": "Your Intgration", + "name": "Your Integration", "documentation": "https://www.example.com", "dependencies": [], "codeowners": [],