From a6364e066b7840d6c518911b18ac8793e21dde90 Mon Sep 17 00:00:00 2001 From: Patrik Svensson Date: Wed, 2 Mar 2022 10:24:33 +0100 Subject: [PATCH] Fix path and description for TextPath docs (#758) --- docs/input/widgets/{path.md => text-path.md} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename docs/input/widgets/{path.md => text-path.md} (91%) diff --git a/docs/input/widgets/path.md b/docs/input/widgets/text-path.md similarity index 91% rename from docs/input/widgets/path.md rename to docs/input/widgets/text-path.md index 09eb2c5..d875e0e 100644 --- a/docs/input/widgets/path.md +++ b/docs/input/widgets/text-path.md @@ -1,6 +1,6 @@ Title: Text Path Order: 80 -Description: "The **TextPath** class is used to render a horizontal rule (line) to the terminal." +Description: "The **TextPath** class is used to render a Windows or Unix path." Highlights: - Automatically shrinks paths to fit. - Custom colors for segments of the path. @@ -9,7 +9,7 @@ Reference: T:Spectre.Console.TextPath --- -The `TextPath` class is used to render a Windows or Unix disk path. +The `TextPath` class is used to render a Windows or Unix path.