Skip to content

Commit 10a461f

Browse files
committed
Minor grammatical fix
1 parent e71b8d7 commit 10a461f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

test/adapter/unit/destroy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ describe('Unit Tests ::', function() {
4949

5050
// Look into the bowels of the PG Driver and ensure the Create function handles
5151
// it's connections properly.
52-
it('should release it\'s connection when completed', function(done) {
52+
it('should release its connection when completed', function(done) {
5353
var manager = Adapter.datastores.test.manager;
5454
var preConnectionsAvailable = manager.pool.pool.availableObjectsCount();
5555

test/adapter/unit/find.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ describe('Unit Tests ::', function() {
114114

115115
// Look into the bowels of the PG Driver and ensure the Create function handles
116116
// it's connections properly.
117-
it('should release it\'s connection when completed', function(done) {
117+
it('should release its connection when completed', function(done) {
118118
var manager = Adapter.datastores.test.manager;
119119
var preConnectionsAvailable = manager.pool.pool.availableObjectsCount();
120120

test/adapter/unit/update.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ describe('Unit Tests ::', function() {
8383

8484
// Look into the bowels of the PG Driver and ensure the Create function handles
8585
// it's connections properly.
86-
it('should release it\'s connection when completed', function(done) {
86+
it('should release its connection when completed', function(done) {
8787
var manager = Adapter.datastores.test.manager;
8888
var preConnectionsAvailable = manager.pool.pool.availableObjectsCount();
8989

0 commit comments

Comments
 (0)