From 0f6a0807075ca864435060c99be410d846a343db Mon Sep 17 00:00:00 2001 From: Jose Browne Date: Sun, 11 Oct 2015 17:36:13 -0700 Subject: [PATCH] Fix Broken link to DraftStoreExtensions.md --- docs/DraftStoreExtensions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/DraftStoreExtensions.md b/docs/DraftStoreExtensions.md index 20efeb870..0c1c78327 100644 --- a/docs/DraftStoreExtensions.md +++ b/docs/DraftStoreExtensions.md @@ -14,7 +14,7 @@ This API allows your package to: - Transform the draft and make additional changes before it is sent. -To create your own composer extensions, subclass {DraftStoreExtension} and override the methods your extension needs. +To create your own composer extensions, subclass {DraftStoreExtensions} and override the methods your extension needs. In the sample packages repository, [templates]() is an example of a package which uses a DraftStoreExtension to enhance the composer experience.