From 0378764438624705bc5505260b3ada62810c10cc Mon Sep 17 00:00:00 2001 From: John <51100181+jwmza@users.noreply.github.com> Date: Fri, 1 Sep 2023 09:01:13 -0400 Subject: [PATCH] Fix typo --- website/src/pages/configuration.mdx | 2 +- website/src/pages/linter/index.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website/src/pages/configuration.mdx b/website/src/pages/configuration.mdx index bdda6f59984b..65b19705b52b 100644 --- a/website/src/pages/configuration.mdx +++ b/website/src/pages/configuration.mdx @@ -146,7 +146,7 @@ The files defined in this array: ### `files.maxSize` The maximum allowed size for source code files in bytes. Files above -this limit will be ignored for performance reason. +this limit will be ignored for performance reasons. > Default: 1024*1024 (1MB) diff --git a/website/src/pages/linter/index.mdx b/website/src/pages/linter/index.mdx index c8ea366ba244..e38ccd152172 100644 --- a/website/src/pages/linter/index.mdx +++ b/website/src/pages/linter/index.mdx @@ -42,7 +42,7 @@ Available options: configuration, it will attempt to use the current working directory. If no current working directory can't be found, Biome won't use the VCS integration. --files-max-size The maximum allowed size for source code files in bytes. Files - above this limit will be ignored for performance reason. Defaults to 1 MiB + above this limit will be ignored for performance reasons. Defaults to 1 MiB --indent-style The indent style. --indent-size The size of the indentation, 2 by default --line-width What's the max width of a line. Defaults to 80.