Skip to content

Commit c8ed2e4

Browse files
committed
Fix typo
1 parent 38abe4b commit c8ed2e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: build/web-specs.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export async function getWebSpec(url: string): Promise<WebSpec | undefined> {
4949
return specs.find(
5050
(spec) =>
5151
url.startsWith(spec.url) ||
52-
(spec.nightlyUrl &&
52+
(spec.nightly &&
5353
(url.startsWith(spec.nightly.url) ||
5454
spec.nightly.alternateUrls.some((s) => url.startsWith(s)) ||
5555
// When grabbing series nightly, make sure we're grabbing the latest spec version

0 commit comments

Comments
 (0)