Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jNullj committed Aug 11, 2023
1 parent 8677c52 commit 6354ba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/docusaurus-swizzled-warning/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ async function run() {
}
for (const chunk of df.chunks) {
for (const change of chunk.changes) {
file.patch += `${change}\n`
file.patch += `${change.content}\n`
}
}
}
Expand Down

0 comments on commit 6354ba2

Please sign in to comment.