fix(sp): It's => its

This commit is contained in:
Ben Gotow 2015-10-29 19:35:22 -07:00
parent 98ed9f1ea2
commit 795c4f7c80
2 changed files with 2 additions and 2 deletions

View file

@ -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)

View file

@ -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>