Skip to content

Commit

Permalink
Fixes stars typo.
Browse files Browse the repository at this point in the history
Replaced "Starts" by "Stars".
  • Loading branch information
ty5e3a45 authored Oct 1, 2024
1 parent 78dc7ad commit e816f7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/constants/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ export const trackerBasicTableHeadings = [
{ displayName: 'Repo', fieldName: 'repo' },
{ displayName: 'Name', fieldName: 'name' },
{ displayName: 'License', fieldName: 'license' },
{ displayName: 'Starts', fieldName: 'starts' },
{ displayName: 'Stars', fieldName: 'stars' },
{ displayName: 'Contributors', fieldName: 'contributors' },
{ displayName: 'Type', fieldName: 'type' },
{ displayName: 'UDP', fieldName: 'udp' },
Expand Down

0 comments on commit e816f7d

Please sign in to comment.