diff --git a/lib/src/detector.dart b/lib/src/detector.dart index c954544..238e3cd 100644 --- a/lib/src/detector.dart +++ b/lib/src/detector.dart @@ -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;