Skip to content

Commit

Permalink
Fix spelling of 'functionality'
Browse files Browse the repository at this point in the history
Obvious fix
  • Loading branch information
embreinhardt committed Feb 16, 2016
1 parent cefd796 commit 3c55117
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion doc/core_api.md
Expand Up @@ -8,7 +8,7 @@ If you want to use this functionality, you only need to load cartodb.core.js fro
<script src="http://libs.cartocdn.com/cartodb.js/v3/3.15/cartodb.core.js"></script>
```

An example using this funcionality can be found in a ModestMaps example: [view live](http://cartodb.github.com/cartodb.js/examples/modestmaps.html) / [source code](https://github.com/CartoDB/cartodb.js/blob/develop/examples/modestmaps.html).
An example using this functionality can be found in a ModestMaps example: [view live](http://cartodb.github.com/cartodb.js/examples/modestmaps.html) / [source code](https://github.com/CartoDB/cartodb.js/blob/develop/examples/modestmaps.html).

Notice that `cartodb.SQL` is also included in that JavaScript file

Expand Down
2 changes: 1 addition & 1 deletion src/core/decorator.js
@@ -1,5 +1,5 @@
/**
* Decorators to extend funcionality of cdb related objects
* Decorators to extend functionality of cdb related objects
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion test/spec/geo/gmaps_cartodb_layer/hide.js
@@ -1,4 +1,4 @@
describe('Hide funcionality', function() {
describe('Hide functionality', function() {
var div, map, cdb_layer;

beforeEach(function() {
Expand Down
2 changes: 1 addition & 1 deletion test/spec/geo/gmaps_cartodb_layer/interaction.js
@@ -1,4 +1,4 @@
describe('Interaction funcionality', function() {
describe('Interaction functionality', function() {
var div, map, cdb_layer;

beforeEach(function() {
Expand Down
2 changes: 1 addition & 1 deletion test/spec/geo/gmaps_cartodb_layer/show.js
@@ -1,4 +1,4 @@
describe('Show funcionality', function() {
describe('Show functionality', function() {
var div, map, cdb_layer;

beforeEach(function() {
Expand Down

0 comments on commit 3c55117

Please sign in to comment.