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 8016ada commit 3d58cf5Copy full SHA for 3d58cf5
.github/workflows/comment-diffs.yml
@@ -289,7 +289,7 @@ jobs:
289
return `<details><summary>${title}</summary>\n\n\`\`\`diff\n${fileContents}\n\`\`\`\n</details>\n\n`;
290
})
291
292
- const body = `🤓☝️ This PR changes the output of \`create-react-native-library\`. You can find the diffs of effected templates below:
+ const body = `🤓☝️ This PR changes the output of \`create-react-native-library\`. You can find the diffs of affected templates below:
293
294
${parsedArtifacts.join("")}
295
`;
0 commit comments