Skip to content

Commit

Permalink
Remove spelling mistakes from a test fixture
Browse files Browse the repository at this point in the history
This change is a prerequisite to using tinyld-heavy.

Refs #1157, komodojp/tinyld#25
  • Loading branch information
thewilkybarkid committed Aug 14, 2023
1 parent 69cb7b4 commit 2da4719
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/crossref.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2067,7 +2067,7 @@ describe('getPreprintFromCrossref', () => {
created: { 'date-parts': [[2022, 10, 4]], 'date-time': '2022-10-04T09:00:12Z', timestamp: 1664874012000 },
source: 'Crossref',
'is-referenced-by-count': 0,
title: ['Notas para una aproximacin al punk espaol y sus contextos'],
title: ['Notas para una aproximación al punk español y sus contextos'],
prefix: '10.14293',
author: [
{
Expand Down Expand Up @@ -2133,7 +2133,7 @@ describe('getPreprintFromCrossref', () => {
posted,
title: {
language: 'es',
text: rawHtml('Notas para una aproximacin al punk espaol y sus contextos'),
text: rawHtml('Notas para una aproximación al punk español y sus contextos'),
},
url: new URL('https://scienceopen.com/hosted-document?doi=10.14293/S2199-1006.1.SOR-.PPL3VEC.v2'),
}),
Expand Down

0 comments on commit 2da4719

Please sign in to comment.