mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-12-27 10:33:56 +08:00
Merge pull request #79 from digitalmaster/patch-1
Fix Broken link to DraftStoreExtensions.md
This commit is contained in:
commit
f18096c07a
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue