Skip to content

Commit e25f7f8

Browse files
Fix docs
1 parent 828664b commit e25f7f8

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

src/components/SegmentFreeTranslationInput.tsx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/** @file Segment-level free-translation input shared by the segment and continuous views. */
1+
/** @file Segment-level free-translation input rendered by the segment view. */
22
import { useLocalizedStrings } from '@papi/frontend/react';
33
import { useEffect, useState } from 'react';
44
import {
@@ -19,9 +19,8 @@ const STRING_KEYS = [
1919

2020
/**
2121
* Free-translation input for a segment. Reads and writes the segment-level free translation from
22-
* the analysis store. Rendered below a segment's tokens in `SegmentView`, and below the strip for
23-
* the focused segment in `ContinuousView`. Kept in its own component so the analysis-store hooks
24-
* are always called unconditionally.
22+
* the analysis store. Rendered below a segment's tokens in `SegmentView`. Kept in its own component
23+
* so the analysis-store hooks are always called unconditionally.
2524
*
2625
* @param props - Component props
2726
* @param props.segmentId - `Segment.id` of the segment to read/write.

0 commit comments

Comments
 (0)