Skip to content

Commit 67abf32

Browse files
authored
Merge pull request #256 from DanScaff/main
fix typos in documentation
2 parents 7c7846a + 32c6a82 commit 67abf32

File tree

8 files changed

+14
-14
lines changed

8 files changed

+14
-14
lines changed

docs/content/1.getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ CLOUDINARY_CLOUD_NAME=<YOUR_CLOUDINARY_CLOUD_NAME>
4040
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!
4141

4242
::callout{icon="i-heroicons-check-circle"}
43-
And that's it! You can now use Clodinary in Nuxt ✨
43+
And that's it! You can now use Cloudinary in Nuxt ✨
4444
::
4545

4646
```vue

docs/content/2.components/CldImage/1.usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Using `CldImage.vue` component is really straight forward. It accepts the same a
8484
/>
8585
```
8686

87-
For all available configuration options, checkout the next page.
87+
For all available configuration options, check out the next page.
8888

8989
## Using Cloudinary URL's
9090

docs/content/2.components/CldMediaLibrary.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description:
33
---
44

5-
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.
5+
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.
66

77
## Basic Usage
88

@@ -35,7 +35,7 @@ CldMediaLibrary accepts several customization props listed below:
3535
| useSaml | boolean | `false` |
3636
| params | object | `{}` |
3737

38-
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:
38+
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:
3939

4040
```vue
4141
<script setup lang="ts">

docs/content/2.components/CldOgImage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description:
44

55
## Usage
66

7-
The CldOgImage give you the ability to use the same CldImage API to easily generate Open Graph images (or social cards) inside of Nuxt.
7+
The CldOgImage gives you the ability to use the same CldImage API to easily generate Open Graph images (or social cards) inside of Nuxt.
88

99
## Basic Usage
1010

docs/content/2.components/CldProductGallery.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ CldProductGallery accepts several customization props listed below:
4242
| zoom | boolean | `false` |
4343
| params | object | `{}` |
4444

45-
For all other available props checkout [Cloudinary Product Gallery Docs](https://cloudinary.com/documentation/product_gallery_reference#widget_parameters?utm_campaign=devx_nuxtcloudinary&utm_medium=referral&utm_source=nuxtcloudinary) and make sure to pass them to the component as `params` like following:
45+
For all other available props check out [Cloudinary Product Gallery Docs](https://cloudinary.com/documentation/product_gallery_reference#widget_parameters?utm_campaign=devx_nuxtcloudinary&utm_medium=referral&utm_source=nuxtcloudinary) and make sure to pass them to the component as `params` like following:
4646

4747
```vue
4848
<script setup lang="ts">

docs/content/2.components/CldUploadWidget.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Signing upload requests requires passing in an endpoint to the component.
3838

3939
You can do this by creating a serverless function that reads the parameters as the body and returns an object with the signature.
4040

41-
Use the following to generate an signed upload widget:
41+
Use the following to generate a signed upload widget:
4242

4343
```html
4444
<CldUploadWidget

docs/content/2.components/CldVideoPlayer.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
description:
33
---
44

5-
## The usage
5+
## Usage
66

7-
The CldVideoPlayer component helps to embed Cloudinary videos using the [Cloudinary Video Player](https://cloudinary.com/documentation/cloudinary_video_player?utm_campaign=devx_nuxtcloudinary&utm_medium=referral&utm_source=nuxtcloudinary) giving you a full customizable experience for your player.
7+
The CldVideoPlayer component helps to embed Cloudinary videos using the [Cloudinary Video Player](https://cloudinary.com/documentation/cloudinary_video_player?utm_campaign=devx_nuxtcloudinary&utm_medium=referral&utm_source=nuxtcloudinary) giving you a fully customizable experience for your player.
88

99
## Basic Usage
1010

@@ -17,7 +17,7 @@ The basic required props include `width`, `height`, and `src`:
1717
:cld-video-player{src="videos/mountain-stars" width="900" height="900" style="aspect-ratio: 1620 / 1080" id="1"}
1818

1919
::callout{icon="i-heroicons-exclamation-triangle-20-solid" color="amber"}
20-
Note: If you wish to display several video players with the same media on the same page (as we did in the documentation below), make sure to pass unique `id` property.
20+
Note: If you wish to display several video players with the same media on the same page (as we did in the documentation below), make sure to pass a unique `id` property.
2121
::
2222

2323
## Customization
@@ -75,7 +75,7 @@ Picture-in-picture helps your viewers continue their multitasking agenda and mai
7575
width="600"
7676
height="600"
7777
src="<Cloudinary URL>"
78-
pictureInPictureToogle
78+
pictureInPictureToggle
7979
/>
8080
```
8181

@@ -181,7 +181,7 @@ the [Subtitles and Captions guide](https://cloudinary.com/documentation/video_pl
181181
| version | string | `"1.10.6"` | Cloudinary Video Player version | `"1.9.4"` |
182182
| videoRef | Ref | - | React ref to access video element | See Refs Below |
183183
| width | string/number | - | **Required**: Player width | `1920` |
184-
| pictureInPictureToogle | boolean | - | Enable Picture in Picture mode | true |
184+
| pictureInPictureToggle | boolean | - | Enable Picture in Picture mode | true |
185185
| chaptersButton | boolean | - | Enable Chapters button | true |
186186
| chapters | object/boolean | - | Chapters configuration | { 0: 'Chapter 1', 6: 'Chapter 2', 9: 'Chapter 3' } |
187187
| disableRemotePlayback | boolean | - | Indicate if media element may have a remote playback UI | true |

docs/content/3.composables/1.useCldImageUrl.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This composable is using [@cloudinary-util/url-loader](https://github.com/colbyf
66

77
## Usage
88

9-
The composable allows you to pass optimization options and the src of the image and in return get a full cloudinary url with the optimized images. Then, you can use this url any way you like (for example in the custom image component).
9+
The composable allows you to pass optimization options and the src of the image and in return get a full Cloudinary url with the optimized images. Then, you can use this url any way you like (for example in the custom image component).
1010

1111
```vue
1212
<script lang="ts" setup>
@@ -122,7 +122,7 @@ All effect props are disabled by default.
122122
| vibrance | bool/string | `true`, `"70"` |
123123
| vignette | bool/string | `true`, `"30"` |
124124

125-
[View the Cloudinary docs](https://cloudinary.com/documentation/transformation_reference#e_effect?utm_campaign=devx_nuxtcloudinary&utm_medium=referral&utm_source=nuxtcloudinary) to see learn more about using effects.
125+
[View the Cloudinary docs](https://cloudinary.com/documentation/transformation_reference#e_effect?utm_campaign=devx_nuxtcloudinary&utm_medium=referral&utm_source=nuxtcloudinary) to learn more about using effects.
126126

127127
### Overlay Options
128128

0 commit comments

Comments
 (0)