Skip to content

Commit

Permalink
Fix typo in facet.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
RyotaUshio authored and marijnh committed Oct 19, 2023
1 parent 892ea00 commit 10d5f42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/facet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export class Facet<Input, Output = readonly Input[]> implements FacetReader<Outp
tag!: Output
}

/// A facet reader can be used to fetch the value of a facet, though
/// A facet reader can be used to fetch the value of a facet, through
/// [`EditorState.facet`](#state.EditorState.facet) or as a dependency
/// in [`Facet.compute`](#state.Facet.compute), but not to define new
/// values for the facet.
Expand Down

0 comments on commit 10d5f42

Please sign in to comment.