From 1374227b41990de4612c230695a2a331cff0c2c9 Mon Sep 17 00:00:00 2001 From: nopeless <38830903+nopeless@users.noreply.github.com> Date: Tue, 27 Jun 2023 20:07:44 +0900 Subject: [PATCH] fix: lucky7 formatting in markdown --- website/docs/segments/executiontime.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/segments/executiontime.mdx b/website/docs/segments/executiontime.mdx index 31aeaa8c..89fb8685 100644 --- a/website/docs/segments/executiontime.mdx +++ b/website/docs/segments/executiontime.mdx @@ -48,7 +48,7 @@ Style specifies the format in which the time will be displayed. The table below | `houston` | `00:00:00.001` | `00:00:02.1` | `00:03:02.1` | `04:03:02.1` | | `amarillo` | `0.001s` | `2.1s` | `182.1s` | `14,582.1s` | | `round` | `1ms` | `2s` | `3m 2s` | `4h 3m` | -| `lucky7` | ` 1ms` | ` 2s ` | ` 3m 2s` | ` 4h 3m` | +| `lucky7` | `    1ms` | ` 2.00s ` | ` 3m  2s` | ` 4h  3m` | ## Template ([info][templates])