From e8eba6b45b3769b880b9ad67e4dc89e6713a708f Mon Sep 17 00:00:00 2001 From: Dawid Ziobro Date: Wed, 6 Nov 2024 14:13:14 +0100 Subject: [PATCH] docs: fix --- docs/content/4.sdk/2.getting-started/4.logger.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/4.sdk/2.getting-started/4.logger.md b/docs/content/4.sdk/2.getting-started/4.logger.md index c35de336eb..4023def2cc 100644 --- a/docs/content/4.sdk/2.getting-started/4.logger.md +++ b/docs/content/4.sdk/2.getting-started/4.logger.md @@ -36,7 +36,7 @@ export const logger = createLogger(); #tab-2 -You don't need to do anything. The Logger is automatically provided by the `@vue-storefront/nuxt` package. It is available via auto-import and ready to use. +You don't need to do anything. The Logger is automatically provided by the `@vue-storefront/nuxt` package. It is available via auto-import and ready to use within the Nuxt storefront. :: ## Configuration @@ -100,7 +100,7 @@ export default defineNuxtConfig({ ## Usage -You can use the Logger in similarly as you would use the common `console` object: +You can use the Logger similarly as you would use the common `console` object: ::tabs{:titles='["Next.js", "Nuxt"]' class="mt-8"}