Skip to content

Commit

Permalink
Fixes typo and link (#1166)
Browse files Browse the repository at this point in the history
* fixed typos

* fixes broken link
  • Loading branch information
chloe-mc authored and gavinr committed Oct 3, 2019
1 parent 41f02a7 commit 0e93672
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
@@ -1,6 +1,6 @@
# Code of conduct

**TL;DR**<br>
We expect folks that participate in both our online and [IRL](www.urbandictionary.com/define.php?term=IRL) communities to be kind and considerate of others at all times.
We expect folks that participate in both our online and [IRL](https://www.grammarly.com/blog/irl-meaning/) communities to be kind and considerate of others at all times.

Esri's official CoC text can be found at http://www.esri.com/events/code-of-conduct
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Expand Up @@ -25,7 +25,7 @@ The Esri Leaflet website is written using http://assemble.io/ and can be found a

##### More tests

Esri Leaflet has a fairly comprehensive test suite built with [Mocha](http://mochajs.org/), [Chai](http://chaijs.com/), [Sinon](http://sinonjs.org), and [Karma](http://karma-runner.github.io/0.12/index.html). The tests can be found in at https://github.com/Esri/esri-leaflet/tree/master/spec.
Esri Leaflet has a fairly comprehensive test suite built with [Mocha](http://mochajs.org/), [Chai](http://chaijs.com/), [Sinon](http://sinonjs.org), and [Karma](http://karma-runner.github.io/0.12/index.html). The tests can be found at https://github.com/Esri/esri-leaflet/tree/master/spec.

You can run the tests with `npm test`.

Expand All @@ -35,7 +35,7 @@ Support for new layer types and services are always needed. The [plugin candida

### Can I publish my own Esri Leaflet plugins?

Of course! if you develop reusuable components for use with Esri Leaflet that you think would be helpful to share with other developers, please [file an issue](https://github.com/Esri/esri-leaflet/issues?state=open) so we discuss it.
Of course! If you develop reusuable components for use with Esri Leaflet that you think would be helpful to share with other developers, please [file an issue](https://github.com/Esri/esri-leaflet/issues?state=open) so we can discuss it.

### Setting up a dev environment

Expand Down

0 comments on commit 0e93672

Please sign in to comment.