Skip to content

Commit

Permalink
docs: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dawid-ziobro committed Nov 6, 2024
1 parent 9ca4e46 commit e8eba6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/4.sdk/2.getting-started/4.logger.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"}

Expand Down

0 comments on commit e8eba6b

Please sign in to comment.