Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
shmuelie committed Jun 16, 2021
1 parent 05afdd7 commit 44dd831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ShieldIOBadge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export abstract class ShieldIOBadge extends HTMLElement implements LifecycleCall
}

/**
* Gets the left-hand-side text if overwriten; otherwise null.
* Gets the left-hand-side text if overwritten; otherwise null.
*/
public get label() : string | null {
return this.getAttribute("label");
Expand Down

0 comments on commit 44dd831

Please sign in to comment.