Skip to content

Commit 0e93672

Browse files
chloe-mcgavinr
authored andcommitted
Fixes typo and link (#1166)
* fixed typos * fixes broken link
1 parent 41f02a7 commit 0e93672

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CODE_OF_CONDUCT.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Code of conduct
22

33
**TL;DR**<br>
4-
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.
4+
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.
55

66
Esri's official CoC text can be found at http://www.esri.com/events/code-of-conduct

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The Esri Leaflet website is written using http://assemble.io/ and can be found a
2525

2626
##### More tests
2727

28-
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.
28+
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.
2929

3030
You can run the tests with `npm test`.
3131

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

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

38-
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.
38+
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.
3939

4040
### Setting up a dev environment
4141

0 commit comments

Comments
 (0)