Skip to content

Commit dbd6186

Browse files
committed
typo in comment
1 parent dc74ffd commit dbd6186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ module.exports = {
3737
} = inputs;
3838

3939
// 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
40+
// of the media as it will all be publicly accessible, so we can skip this step
4141

4242
if ( deliveryType === 'fetch' ) {
4343
console.log('Skipping: Delivery type set to fetch.')

0 commit comments

Comments
 (0)