Skip to content

Commit dc3a512

Browse files
fix: "Intel" usage to "Intel Corp." (#511)
Align with changes in other repos, e.g, w3c/wot-thing-description#1899 @zolkis
1 parent 119c2a0 commit dc3a512

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
noIDLIn: true,
2323
noRecTrack: true,
2424
editors: [
25-
{ name: "Zoltan Kis", w3cid: "57789", company: "Intel", companyURL: "https://www.intel.com/" },
25+
{ name: "Zoltan Kis", w3cid: "57789", company: "Intel Corp.", companyURL: "https://www.intel.com/" },
2626
{ name: "Daniel Peintner", w3cid: "39497", company: "Siemens AG", companyURL: "https://www.siemens.com/" },
2727
{ name: "Cristiano Aguzzi", w3cid: "105495", company: "Invited Expert", companyURL: "https://github.com/relu91" },
2828
{ name: "Johannes Hund", w3cid: "74472", note: "Former Editor, when at Siemens AG" },

0 commit comments

Comments
 (0)