From 32c6a823a5613a1f5044b8e856d4d9eb45b7166a Mon Sep 17 00:00:00 2001 From: Daniele Date: Tue, 29 Jul 2025 13:12:47 +0200 Subject: [PATCH] fix typos in documentation --- docs/content/1.getting-started.md | 2 +- docs/content/2.components/CldImage/1.usage.md | 2 +- docs/content/2.components/CldMediaLibrary.md | 4 ++-- docs/content/2.components/CldOgImage.md | 2 +- docs/content/2.components/CldProductGallery.md | 2 +- docs/content/2.components/CldUploadWidget.md | 2 +- docs/content/2.components/CldVideoPlayer.md | 10 +++++----- docs/content/3.composables/1.useCldImageUrl.md | 4 ++-- 8 files changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/content/1.getting-started.md b/docs/content/1.getting-started.md index 054988f..8626ef9 100644 --- a/docs/content/1.getting-started.md +++ b/docs/content/1.getting-started.md @@ -40,7 +40,7 @@ CLOUDINARY_CLOUD_NAME= Don't have a Cloudinary account? [Sign up](https://cloudinary.com/users/register_free?utm_campaign=devx_nuxtcloudinary&utm_medium=referral&utm_source=nuxtcloudinary) for free on cloudinary.com! ::callout{icon="i-heroicons-check-circle"} -And that's it! You can now use Clodinary in Nuxt ✨ +And that's it! You can now use Cloudinary in Nuxt ✨ :: ```vue diff --git a/docs/content/2.components/CldImage/1.usage.md b/docs/content/2.components/CldImage/1.usage.md index d4fb307..df5a13c 100644 --- a/docs/content/2.components/CldImage/1.usage.md +++ b/docs/content/2.components/CldImage/1.usage.md @@ -84,7 +84,7 @@ Using `CldImage.vue` component is really straight forward. It accepts the same a /> ``` -For all available configuration options, checkout the next page. +For all available configuration options, check out the next page. ## Using Cloudinary URL's diff --git a/docs/content/2.components/CldMediaLibrary.md b/docs/content/2.components/CldMediaLibrary.md index c729b85..0709678 100644 --- a/docs/content/2.components/CldMediaLibrary.md +++ b/docs/content/2.components/CldMediaLibrary.md @@ -2,7 +2,7 @@ description: --- -The CldMediaLibrary creates a media gallery element that uses an instance of the [Cloudinary Media Library Widget](https://cloudinary.com/documentation/media_library_widget?utm_campaign=devx_nuxtcloudinary&utm_medium=referral&utm_source=nuxtcloudinary) to give you an easy way to add media librarry component to your Nuxt app. +The CldMediaLibrary creates a media gallery element that uses an instance of the [Cloudinary Media Library Widget](https://cloudinary.com/documentation/media_library_widget?utm_campaign=devx_nuxtcloudinary&utm_medium=referral&utm_source=nuxtcloudinary) to give you an easy way to add media library component to your Nuxt app. ## Basic Usage @@ -35,7 +35,7 @@ CldMediaLibrary accepts several customization props listed below: | useSaml | boolean | `false` | | params | object | `{}` | -For all other available props checkout [Cloudinary Media Gallery Docs](https://cloudinary.com/documentation/media_library_widget#2_set_the_configuration_options?utm_campaign=devx_nuxtcloudinary&utm_medium=referral&utm_source=nuxtcloudinary) and make sure to pass them to the component as `params` like following: +For all other available props check out [Cloudinary Media Gallery Docs](https://cloudinary.com/documentation/media_library_widget#2_set_the_configuration_options?utm_campaign=devx_nuxtcloudinary&utm_medium=referral&utm_source=nuxtcloudinary) and make sure to pass them to the component as `params` like following: ```vue