1
0
mirror of https://github.com/desktop/desktop synced 2024-06-30 22:54:41 +00:00

Update a comment

This commit is contained in:
Jose Cortinas 2024-02-14 14:22:54 -06:00
parent ef056e3fb6
commit c7c85b9981

View File

@ -7,9 +7,9 @@ import { Tooltip, TooltipDirection } from '../lib/tooltip'
interface IOcticonProps {
/**
* An instance of an object conforming to the OcticonSymbolType
* or CustomOcticonSymbolType type. Supports custom paths as well as
* those provided through the static properties of the OcticonSymbol class.
* An instance of an object conforming to the OcticonSymbol type. Supports
* custom paths as well as those provided through the static properties of
* the OcticonSymbol class.
*/
readonly symbol: OcticonSymbol