Skip to content

Commit

Permalink
Update services/pypi/pypi-typing.service.js
Browse files Browse the repository at this point in the history
Co-authored-by: jNullj <[email protected]>
  • Loading branch information
yangdanny97 and jNullj authored Dec 29, 2024
1 parent f9aae55 commit 806adfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/pypi/pypi-typing.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default class PypiTyping extends PypiBase {
},
}

static defaultBadgeData = { label: 'Typing' }
static defaultBadgeData = { label: 'typing' }

static render({ isTyped }) {
if (isTyped) {
Expand Down

0 comments on commit 806adfb

Please sign in to comment.