We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c211f8 commit b8c6a65Copy full SHA for b8c6a65
helpers/validate-connection.js
@@ -29,9 +29,9 @@ module.exports = require('machine').build({
29
exits: {
30
31
success: {
32
- outputVariableName: 'isProbablyMySQLConnection',
+ outputFriendlyName: 'Is probably MySQL connection',
33
outputDescription: 'If the provided appears to be a valid MySQL connection instance.',
34
- example: true
+ outputExample: true
35
},
36
37
0 commit comments