From 091352e75bbba89cdbfba24145da1967a9d5d995 Mon Sep 17 00:00:00 2001 From: Raul Ochoa Date: Mon, 6 Apr 2015 18:00:46 +0200 Subject: [PATCH] Fix typo --- config/environments/development.js.example | 2 +- config/environments/production.js.example | 2 +- config/environments/staging.js.example | 2 +- config/environments/test.js.example | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/environments/development.js.example b/config/environments/development.js.example index 2fed947d..92a31731 100644 --- a/config/environments/development.js.example +++ b/config/environments/development.js.example @@ -109,7 +109,7 @@ var config = { // Snapping all points of the geometry to a regular grid snapToGrid: false, - // SQL queries will be wrapeed with ST_ClipByBox2D + // SQL queries will be wrapped with ST_ClipByBox2D // Returning the portion of a geometry falling within a rectangle // It will only work if snapToGrid is enabled clipByBox2d: false, // this requires postgis >=2.2 and geos >=3.5 diff --git a/config/environments/production.js.example b/config/environments/production.js.example index 3adc127e..db1e06cb 100644 --- a/config/environments/production.js.example +++ b/config/environments/production.js.example @@ -103,7 +103,7 @@ var config = { // Snapping all points of the geometry to a regular grid snapToGrid: false, - // SQL queries will be wrapeed with ST_ClipByBox2D + // SQL queries will be wrapped with ST_ClipByBox2D // Returning the portion of a geometry falling within a rectangle // It will only work if snapToGrid is enabled clipByBox2d: false, // this requires postgis >=2.2 and geos >=3.5 diff --git a/config/environments/staging.js.example b/config/environments/staging.js.example index 4c5fef84..668f85d7 100644 --- a/config/environments/staging.js.example +++ b/config/environments/staging.js.example @@ -103,7 +103,7 @@ var config = { // Snapping all points of the geometry to a regular grid snapToGrid: false, - // SQL queries will be wrapeed with ST_ClipByBox2D + // SQL queries will be wrapped with ST_ClipByBox2D // Returning the portion of a geometry falling within a rectangle // It will only work if snapToGrid is enabled clipByBox2d: false, // this requires postgis >=2.2 and geos >=3.5 diff --git a/config/environments/test.js.example b/config/environments/test.js.example index 49527c4e..1fb77ca1 100644 --- a/config/environments/test.js.example +++ b/config/environments/test.js.example @@ -103,7 +103,7 @@ var config = { // Snapping all points of the geometry to a regular grid snapToGrid: false, - // SQL queries will be wrapeed with ST_ClipByBox2D + // SQL queries will be wrapped with ST_ClipByBox2D // Returning the portion of a geometry falling within a rectangle // It will only work if snapToGrid is enabled clipByBox2d: false, // this requires postgis >=2.2 and geos >=3.5