Skip to content

Commit

Permalink
Merge pull request #4 from nmcc1212/patch-1
Browse files Browse the repository at this point in the history
misspelt message
  • Loading branch information
adefee committed Feb 9, 2024
2 parents d6404b4 + 3eec4a0 commit 0233675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const pipelineAsync = promisify(pipeline);
// Require necessary libs
import filenameCompatibleTimestamp from './lib/filenameCompatibleTimestamp';

const attributeToCheahJs = 'Thanks much, @cheajs!';
const attributeToCheahJs = 'Thanks much, @cheahjs!';
const successfulConversion = `${attributeToCheahJs} Looks like conversion was successful.`;

import JSONStream from 'JSONStream';
Expand Down

0 comments on commit 0233675

Please sign in to comment.