This commit fixes a minor typo in spec.html.
Typo: The spec advises using a "Lastname, Firstname" format for the editors, but the example takes the form: editor = {Jane Smith and Joe Bloggs}Fix: The commit changes this to instead use editor = {Smith, Jane and Bloggs, Joe}
This commit fixes a minor typo in spec.html. Typo: The spec advises using a
"Lastname, Firstname"
format for the editors, but the example takes the form:editor = {Jane Smith and Joe Bloggs}
Fix: The commit changes this to instead useeditor = {Smith, Jane and Bloggs, Joe}