mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-01 13:14:16 +08:00
fix(sp): It's => its
This commit is contained in:
parent
98ed9f1ea2
commit
795c4f7c80
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ You can download compiled versions of N1 for Windows, Mac OS X, and Linux (.deb)
|
|||
|
||||
# Build A Plugin
|
||||
|
||||
Plugins lie at the heart of N1 and give it it's powerful features. Building your own plugins allows you to integrate the app with other tools, experiment with new workflows, and more. Follow the [Getting Started guide](http://nylas.com/N1/getting-started/) to write your first plugin in 5 minutes.
|
||||
Plugins lie at the heart of N1 and give it its powerful features. Building your own plugins allows you to integrate the app with other tools, experiment with new workflows, and more. Follow the [Getting Started guide](http://nylas.com/N1/getting-started/) to write your first plugin in 5 minutes.
|
||||
|
||||
If you would like to run the N1 source and contribute, check out our [contributing
|
||||
guide](https://github.com/nylas/N1/blob/master/CONTRIBUTING.md)
|
||||
|
|
|
@ -58,7 +58,7 @@ class InitialPackagesPage extends React.Component
|
|||
|
||||
<h1 style={paddingTop: 60, marginBottom: 20}>Explore plugins</h1>
|
||||
<p style={paddingBottom: 20}>
|
||||
Plugins lie at the heart of N1 and give it it's powerful features.<br/>
|
||||
Plugins lie at the heart of N1 and give it its powerful features.<br/>
|
||||
Want to enable a few example plugins now? They'll be installed to <code>~/.nylas</code>
|
||||
</p>
|
||||
|
||||
|
|
Loading…
Reference in a new issue