From eabca78c384f2caa5170a465855e813d93dab7d9 Mon Sep 17 00:00:00 2001 From: SADIK KUZU Date: Sun, 2 Oct 2022 18:00:22 +0300 Subject: [PATCH] docs: fix typo (#8162) * fix(website): Fix typo website/docs/api/misc/logger/logger.md:32:45 * Replace all Signed-off-by: Joshua Chen Signed-off-by: Joshua Chen Co-authored-by: Joshua Chen --- packages/docusaurus-logger/README.md | 2 +- website/docs/api/misc/logger/logger.md | 2 +- website/versioned_docs/version-2.0.1/api/misc/logger/logger.md | 2 +- website/versioned_docs/version-2.1.0/api/misc/logger/logger.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/docusaurus-logger/README.md b/packages/docusaurus-logger/README.md index abb27e17f0..5372474d48 100644 --- a/packages/docusaurus-logger/README.md +++ b/packages/docusaurus-logger/README.md @@ -22,7 +22,7 @@ It exports a single object as default export: `logger`. `logger` has the followi - The `interpolate` function. It is a template literal tag. The syntax can be found below. - Logging functions. All logging functions can both be used as normal functions (similar to the `console.log` family, but only accepts one parameter) or template literal tags. - `info`: prints information. - - `warn`: prints a warning that should be payed attention to. + - `warn`: prints a warning that should be paid attention to. - `error`: prints an error (not necessarily halting the program) that signals significant problems. - `success`: prints a success message. - The `report` function. It takes a `ReportingSeverity` value (`ignore`, `log`, `warn`, `throw`) and reports a message according to the severity. diff --git a/website/docs/api/misc/logger/logger.md b/website/docs/api/misc/logger/logger.md index 0ce6f40eaf..04800ed25b 100644 --- a/website/docs/api/misc/logger/logger.md +++ b/website/docs/api/misc/logger/logger.md @@ -29,7 +29,7 @@ It exports a single object as default export: `logger`. `logger` has the followi - The `interpolate` function. It is a template literal tag. The syntax can be found below. - Logging functions. All logging functions can both be used as normal functions (similar to the `console.log` family, but only accepts one parameter) or template literal tags. - `info`: prints information. - - `warn`: prints a warning that should be payed attention to. + - `warn`: prints a warning that should be paid attention to. - `error`: prints an error (not necessarily halting the program) that signals significant problems. - `success`: prints a success message. - The `report` function. It takes a `ReportingSeverity` value (`ignore`, `log`, `warn`, `throw`) and reports a message according to the severity. diff --git a/website/versioned_docs/version-2.0.1/api/misc/logger/logger.md b/website/versioned_docs/version-2.0.1/api/misc/logger/logger.md index 0ce6f40eaf..04800ed25b 100644 --- a/website/versioned_docs/version-2.0.1/api/misc/logger/logger.md +++ b/website/versioned_docs/version-2.0.1/api/misc/logger/logger.md @@ -29,7 +29,7 @@ It exports a single object as default export: `logger`. `logger` has the followi - The `interpolate` function. It is a template literal tag. The syntax can be found below. - Logging functions. All logging functions can both be used as normal functions (similar to the `console.log` family, but only accepts one parameter) or template literal tags. - `info`: prints information. - - `warn`: prints a warning that should be payed attention to. + - `warn`: prints a warning that should be paid attention to. - `error`: prints an error (not necessarily halting the program) that signals significant problems. - `success`: prints a success message. - The `report` function. It takes a `ReportingSeverity` value (`ignore`, `log`, `warn`, `throw`) and reports a message according to the severity. diff --git a/website/versioned_docs/version-2.1.0/api/misc/logger/logger.md b/website/versioned_docs/version-2.1.0/api/misc/logger/logger.md index 0ce6f40eaf..04800ed25b 100644 --- a/website/versioned_docs/version-2.1.0/api/misc/logger/logger.md +++ b/website/versioned_docs/version-2.1.0/api/misc/logger/logger.md @@ -29,7 +29,7 @@ It exports a single object as default export: `logger`. `logger` has the followi - The `interpolate` function. It is a template literal tag. The syntax can be found below. - Logging functions. All logging functions can both be used as normal functions (similar to the `console.log` family, but only accepts one parameter) or template literal tags. - `info`: prints information. - - `warn`: prints a warning that should be payed attention to. + - `warn`: prints a warning that should be paid attention to. - `error`: prints an error (not necessarily halting the program) that signals significant problems. - `success`: prints a success message. - The `report` function. It takes a `ReportingSeverity` value (`ignore`, `log`, `warn`, `throw`) and reports a message according to the severity.