We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
joiner
listJoiner
1 parent 302347e commit 9080cbeCopy full SHA for 9080cbe
app/utils/blog.ts
@@ -1,4 +1,4 @@
1
-const joiner = new Intl.ListFormat('en-US', {
+const listJoiner = new Intl.ListFormat('en-US', {
2
style: 'long',
3
type: 'conjunction',
4
})
@@ -8,5 +8,5 @@ export function formatAuthors(authors: Array<string>) {
8
return 'TanStack'
9
}
10
11
- return joiner.format(authors)
+ return listJoiner.format(authors)
12
0 commit comments