File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ export const resolvePackageReadmeSource = defineCachedFunction(
120120 readmeFilename &&
121121 ( await fetchReadmeFromJsdelivr ( packageName , [ readmeFilename ] , resolvedVersion ) )
122122
123- // if it's unsucessful , fetch all known readme filenames
123+ // if it's unsuccessful , fetch all known readme filenames
124124 if ( ! jsdelivrReadme ) {
125125 const readmeCandidates = buildReadmeFetchCandidates ( readmeFilename )
126126 jsdelivrReadme = await fetchReadmeFromJsdelivr (
@@ -130,7 +130,7 @@ export const resolvePackageReadmeSource = defineCachedFunction(
130130 )
131131 }
132132
133- // if we found sometihng , use it
133+ // if we found something , use it
134134 if ( jsdelivrReadme ) {
135135 readmeContent = jsdelivrReadme
136136 }
You can’t perform that action at this time.
0 commit comments