Skip to content

Commit c87427c

Browse files
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent adcefcf commit c87427c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/spec/core/exporter-spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ describe("Core - exporter", () => {
6868
expect(dfn.hasAttribute("data-keep-me")).toBeTrue();
6969
});
7070

71-
it("moves the W3C style sheets to be the last things in documents head", async () => {
71+
it("moves the W3C style sheets to be the last things in the document's head", async () => {
7272
const ops = makeStandardOps({ specStatus: "ED", group: "webapps" });
7373
ops.body = `
7474
<!-- add WebIDL style -->

0 commit comments

Comments
 (0)