Skip to content

Commit

Permalink
Update static/app/components/duration/duration.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Michelle Zhang <56095982+michellewzhang@users.noreply.github.com>
  • Loading branch information
ryan953 and michellewzhang authored Aug 29, 2024
1 parent 271a06c commit 5f0c199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/app/components/duration/duration.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ interface Props extends HTMLAttributes<HTMLTimeElement> {

/**
* How granular to render the value. You can pass in something that has `ms`
* precision but only show the total number of seconds (ala Math.floor)
* precision but only show the total number of seconds (à la Math.floor)
*/
precision: Unit;
}
Expand Down

0 comments on commit 5f0c199

Please sign in to comment.