Skip to content

Commit f189fb5

Browse files
committed
fix typo
1 parent a7d143f commit f189fb5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

plugin-api-standalone.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6840,7 +6840,7 @@ interface AutoLayoutMixin {
68406840
*/
68416841
interface GridTrackSize {
68426842
/**
6843-
* Applicable only on FIXED or FLEX grid tracks. In FIXED tracks, the size of the track in pixels. In FlEX tracks, the fractional unit value (equivalent to the [`fr` unit](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_grid_layout/Basic_concepts_of_grid_layout#the_fr_unit) in CSS)
6843+
* Applicable only on FIXED or FLEX grid tracks. In FIXED tracks, the size of the track in pixels. In FLEX tracks, the fractional unit value (equivalent to the [`fr` unit](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_grid_layout/Basic_concepts_of_grid_layout#the_fr_unit) in CSS)
68446844
* Optional for `FLEX` tracks.
68456845
*/
68466846
value?: number

plugin-api.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6836,7 +6836,7 @@ interface AutoLayoutMixin {
68366836
*/
68376837
interface GridTrackSize {
68386838
/**
6839-
* Applicable only on FIXED or FLEX grid tracks. In FIXED tracks, the size of the track in pixels. In FlEX tracks, the fractional unit value (equivalent to the [`fr` unit](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_grid_layout/Basic_concepts_of_grid_layout#the_fr_unit) in CSS)
6839+
* Applicable only on FIXED or FLEX grid tracks. In FIXED tracks, the size of the track in pixels. In FLEX tracks, the fractional unit value (equivalent to the [`fr` unit](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_grid_layout/Basic_concepts_of_grid_layout#the_fr_unit) in CSS)
68406840
* Optional for `FLEX` tracks.
68416841
*/
68426842
value?: number

0 commit comments

Comments
 (0)