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 dc74ffd commit dbd6186Copy full SHA for dbd6186
src/index.js
@@ -37,7 +37,7 @@ module.exports = {
37
} = inputs;
38
39
// If we're using the fetch API, we don't need to worry about uploading any
40
- // of the media as itw ill all be publicly accessible, so we can skip this step
+ // of the media as it will all be publicly accessible, so we can skip this step
41
42
if ( deliveryType === 'fetch' ) {
43
console.log('Skipping: Delivery type set to fetch.')
0 commit comments