Skip to content

Commit de9fb77

Browse files
author
MR
authored
Fix enum value in docsTeamMetrics definition
1 parent 38360ca commit de9fb77

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/frame/lib/frontmatter.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
src/frame/lib/frontmatter.ts
12
// when updating to typescript,
23
// update links in content/contributing as well
34

@@ -254,7 +255,7 @@ export const schema: Schema = {
254255
type: 'array',
255256
items: {
256257
type: 'string',
257-
enum: docsTeamMetricsEnum,
258+
enum: ī,
258259
},
259260
},
260261
communityRedirect: {

0 commit comments

Comments
 (0)