Skip to content

Commit f8716e0

Browse files
committed
Typos
1 parent 25e297a commit f8716e0

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@ First, support is handled via the [Mailing List](https://groups.io/org/groupsio/
44

55
When submitting issues on GitHub, please include as much detail as possible to make debugging quick and easy.
66

7-
- good - Your versions of js-data, js-data-mongodb, etc., relevant console logs/error, code examples that revealed the issue
7+
- good - Your versions of js-data, js-data-sql, etc., relevant console logs/error, code examples that revealed the issue
88
- better - A [plnkr](http://plnkr.co/), [fiddle](http://jsfiddle.net/), or [bin](http://jsbin.com/?html,output) that demonstrates the issue
99
- best - A Pull Request that fixes the issue, including test coverage for the issue and the fix
1010

11-
[Github Issues](https://github.com/js-data/js-data-mongodb/issues).
11+
[Github Issues](https://github.com/js-data/js-data-sql/issues).
1212

1313
#### Pull Requests
1414

1515
1. Contribute to the issue that is the reason you'll be developing in the first place
16-
1. Fork js-data-mongodb
17-
1. `git clone https://github.com/<you>/js-data-mongodb.git`
18-
1. `cd js-data-mongodb; npm install; bower install;`
16+
1. Fork js-data-sql
17+
1. `git clone https://github.com/<you>/js-data-sql.git`
18+
1. `cd js-data-sql; npm install; bower install;`
1919
1. `grunt go` (builds and starts a watch)
2020
1. (in another terminal) `grunt karma:dev` (runs the tests)
2121
1. Write your code, including relevant documentation and tests

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ First, support is handled via the [Mailing List](https://groups.io/org/groupsio/
5656

5757
When submitting issues on GitHub, please include as much detail as possible to make debugging quick and easy.
5858

59-
- good - Your versions of js-data, js-data-mongodb, etc., relevant console logs/error, code examples that revealed the issue
59+
- good - Your versions of js-data, js-data-sql, etc., relevant console logs/error, code examples that revealed the issue
6060
- better - A [plnkr](http://plnkr.co/), [fiddle](http://jsfiddle.net/), or [bin](http://jsbin.com/?html,output) that demonstrates the issue
6161
- best - A Pull Request that fixes the issue, including test coverage for the issue and the fix
6262

@@ -65,9 +65,9 @@ When submitting issues on GitHub, please include as much detail as possible to m
6565
#### Pull Requests
6666

6767
1. Contribute to the issue that is the reason you'll be developing in the first place
68-
1. Fork js-data-mongodb
69-
1. `git clone https://github.com/<you>/js-data-mongodb.git`
70-
1. `cd js-data-mongodb; npm install; bower install;`
68+
1. Fork js-data-sql
69+
1. `git clone https://github.com/<you>/js-data-sql.git`
70+
1. `cd js-data-sql; npm install; bower install;`
7171
1. `grunt go` (builds and starts a watch)
7272
1. (in another terminal) `grunt karma:dev` (runs the tests)
7373
1. Write your code, including relevant documentation and tests

0 commit comments

Comments
 (0)