From e8ea806823ecf0e41ad422049ff1275d7447a9fc Mon Sep 17 00:00:00 2001 From: Ophelia Goldstein <159258143+opheliagoldstein@users.noreply.github.com> Date: Mon, 29 Sep 2025 23:54:33 +0300 Subject: [PATCH] docs(readme): fix stats card options table markdown syntax (#4475) * docs(readme): fix stats card options table markdown syntax * Update readme.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Alexandr Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- backend/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/readme.md b/backend/readme.md index 0c79739d..8642e243 100644 --- a/backend/readme.md +++ b/backend/readme.md @@ -387,7 +387,7 @@ If we don't support your language, please consider contributing! You can find mo | `ring_color` | Color of the rank circle. | string (hex color) | `2f80ed` | | `number_format` | Switches between two available formats for displaying the card values: `short` (i.e. `6.6k`) and `long` (i.e. `6626`). | enum | `short` | | `show` | Shows [additional items](#showing-additional-individual-stats) on stats card (i.e. `reviews`, `discussions_started`, `discussions_answered`, `prs_merged` or `prs_merged_percentage`. And the following, which support the `repo` and `owner` filters: `prs_authored`, `prs_commented`, `prs_reviewed`, `issues_authored` or `issues_commented`). | string (comma-separated values) | `null` | -| `commits_year` | Filters and counts only commits made in the specified year | integer _(YYYY)_ | ` (one year to date)`. +| `commits_year` | Filters and counts only commits made in the specified year. | integer _(YYYY)_ | ` (one year to date)` | > [!NOTE]\ > When hide\_rank=`true`, the minimum card width is 270 px + the title length and padding.