Skip to content

Commit 03a67e7

Browse files
committed
fix typo
1 parent 4147ac5 commit 03a67e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

integration_test/geocoder/openstreetmapgeocoder.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const NodeGeocoder = require('../../index');
22

3-
describe('Mapbox geocoder', () => {
3+
describe('Openstreetmap geocoder', () => {
44
let geocoder;
55

66
beforeAll(() => {
@@ -26,7 +26,7 @@ describe('Mapbox geocoder', () => {
2626
});
2727
});
2828

29-
it('works with openstreammap params', async () => {
29+
it('works with openstreetmap params', async () => {
3030
const res = await geocoder.geocode({
3131
q: '1231 Av. Lajoie, Montreal',
3232
limit: 2

0 commit comments

Comments
 (0)