mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-10-06 03:14:39 +08:00
Fix Broken link to DraftStoreExtensions.md
This commit is contained in:
parent
0ad7a2f716
commit
31cf0bc348
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…
Add table
Reference in a new issue