Skip to content

Commit

Permalink
Fixed doc comments
Browse files Browse the repository at this point in the history
  • Loading branch information
oojacoboo committed Oct 6, 2023
1 parent 7321600 commit 672679f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/Config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict'

/**
* Describes an input field prepared for Zapier output
* Describes a configuration
*
* @template {{
* request: {
Expand Down
2 changes: 1 addition & 1 deletion lib/InputField.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict'

/**
* Describes an input field prepared for Zapier output
* Describes an input field prepared for Zapier
*
* @template {{
* key: String,
Expand Down
2 changes: 1 addition & 1 deletion lib/OutputField.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict'

/**
* Describes an input field prepared for Zapier output
* Describes an output field prepared for Zapier output
*
* @template {{
* key: String,
Expand Down

0 comments on commit 672679f

Please sign in to comment.