Skip to content

Commit 1ed2e6e

Browse files
committed
Typo.
1 parent 2b579cb commit 1ed2e6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routes/astroport.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
'use strict';module.exports = {'/astroport': function(req, res){
2-
var gatesnships = ['gates','ships'].map(function(f){return [1,2,3].map(function(e){return '<span id='+f+'-'+e+'></span>';}).join('')}).join('');
2+
var gatesnships = ['gate','ship'].map(function(f){return [1,2,3].map(function(e){return '<span id='+f+'-'+e+'></span>';}).join('')}).join('');
33
res.send('<h1 id=astroport-name>Yoyo</h1>'
44
+gatesnships
55
);

0 commit comments

Comments
 (0)