Skip to content

Commit f7a9954

Browse files
dhmlaugregdingle
authored andcommitted
Fix linting errors and unnesssary changes.
1 parent 7058807 commit f7a9954

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ If you create a PostgreSQL data source using the data source generator as descri
2222

2323
## Creating a data source
2424

25-
Use the [Data source generator](http://loopback.io/doc/en/lb3/Data-source-generator.html) to add a PostgreSQL data source to your application.
25+
Use the [Data source generator](http://loopback.io/doc/en/lb3/Data-source-generator.html) to add a PostgreSQL data source to your application.
2626
The generator will prompt for the database server hostname, port, and other settings
2727
required to connect to a PostgreSQL database. It will also run the `npm install` command above for you.
2828

@@ -55,7 +55,7 @@ Edit `datasources.json` to add other properties that enable you to connect the
5555
<th>Description</th>
5656
</tr>
5757
</thead>
58-
<tbody>
58+
<tbody>
5959
<tr>
6060
<td>connector</td>
6161
<td>String</td>
@@ -139,7 +139,7 @@ The model definition consists of the following properties.
139139
<th>Description</th>
140140
</tr>
141141
</thead>
142-
<tbody>
142+
<tbody>
143143
<tr>
144144
<td>name</td>
145145
<td>Camel-case of the database table name</td>

test/postgresql.initialization.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ describe('initialization', function() {
4343
var clientConfig = dataSource.connector.clientConfig;
4444
clientConfig.connectionString.should.equal(settings.url);
4545
});
46-
});
46+
});

0 commit comments

Comments
 (0)