From 48f00d98b76769d3241e51bc354a79715cc12f66 Mon Sep 17 00:00:00 2001 From: _juliotati <59662912+Juliotati@users.noreply.github.com> Date: Thu, 15 Aug 2024 17:32:57 +0100 Subject: [PATCH] `docs:` fix typo on `target` documentation (#3) --- lib/src/detector.dart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;