Skip to content

Commit

Permalink
docs: fix typo on target documentation (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
Juliotati authored Aug 15, 2024
1 parent dc9e56d commit 48f00d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/src/detector.dart
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ final class LinkTargetDetector extends StatefulWidget {
/// This would usually be your apps' common [GestureDetector] or [InkWell].
final Widget child;

/// The target URL should by [LinkTargetRegion] on hover.
/// The target URL to be displayed by [LinkTargetRegion] at the bottom of the
/// screen on hover.
///
/// Null or empty strings are ignored.
final String? target;
Expand Down

0 comments on commit 48f00d9

Please sign in to comment.