Skip to content

Commit c6703ce

Browse files
author
Omri Peleg
committed
Fix typo
1 parent 2b1d3b7 commit c6703ce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/targets/rapidql/rapidql.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ module.exports = function (source, options) {
1111

1212
var code = new CodeBuilder(opts.indent)
1313

14-
code.push('// For more information about RapidQL, checkout docs.rapidql.com!')
15-
.push('')
16-
.blank()
14+
code.push('// For more information about RapidQL, checkout docs.rapidql.com!');
15+
code.push('');
16+
code.blank();
1717
code.push('// For more information about RapidQL, checkout docs.rapidql.com!');
1818
code.push("const RapidQL = require('RapidQL');");
1919
code.push('let rql = new RapidQL({');

0 commit comments

Comments
 (0)