Skip to content

Commit 7fb5ab6

Browse files
sarahsheiskr
andauthored
Update script/update-internal-links.js
Co-authored-by: Kevin Heis <heiskr@users.noreply.github.com>
1 parent 50bbee7 commit 7fb5ab6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

script/update-internal-links.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ async function main () {
111111
// Run through all supported versions...
112112
for (const version of allVersions) {
113113
context.currentVersion = version
114-
// Render the link for each version using the renderContent pipeline, which incluides the rewrite-local-links plugin.
114+
// Render the link for each version using the renderContent pipeline, which includes the rewrite-local-links plugin.
115115
const $ = await renderContent(oldMarkdownLink, context, { cheerioObject: true })
116116
let linkToCheck = $('a').attr('href')
117117

0 commit comments

Comments
 (0)