From 07e0546be4cc268e14421867de697335c5ffd1a6 Mon Sep 17 00:00:00 2001 From: moglicodes Date: Tue, 11 Feb 2025 09:06:35 +0100 Subject: [PATCH] docs(GoogleMaps): fix typo in package name --- docs/content/scripts/content/google-maps.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/scripts/content/google-maps.md b/docs/content/scripts/content/google-maps.md index db509f33..48471797 100644 --- a/docs/content/scripts/content/google-maps.md +++ b/docs/content/scripts/content/google-maps.md @@ -19,10 +19,10 @@ Nuxt Scripts provides a `useScriptGoogleMaps` composable and a headless `ScriptG ## Types To use Google Maps with full TypeScript support, you will need -to install the `@types/google.map` dependency. +to install the `@types/google.maps` dependency. ```bash -pnpm add -D @types/google.map +pnpm add -D @types/google.maps ``` ## ScriptGoogleMaps