浏览代码

fix: typos in docs (#840)

Fixed some typos in 'Generating the URL' page
sxppro 3 年之前
父节点
当前提交
75634cf49b
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      docs/generating_the_url.md

+ 4 - 4
docs/generating_the_url.md

@@ -80,7 +80,7 @@ width:%width
 w:%width
 ```
 
-Defines the width of the resulting image. When set to `0`, imgproxy will calculate width using the defined height and source aspect ratio. When set to `0` and rezizing type is `force`, imgproxy will keep the original width.
+Defines the width of the resulting image. When set to `0`, imgproxy will calculate width using the defined height and source aspect ratio. When set to `0` and resizing type is `force`, imgproxy will keep the original width.
 
 Default: `0`
 
@@ -91,7 +91,7 @@ height:%height
 h:%height
 ```
 
-Defines the height of the resulting image. When set to `0`, imgproxy will calculate resulting height using the defined width and source aspect ratio. When set to `0` and rezizing type is `force`, imgproxy will keep the original height.
+Defines the height of the resulting image. When set to `0`, imgproxy will calculate resulting height using the defined width and source aspect ratio. When set to `0` and resizing type is `force`, imgproxy will keep the original height.
 
 Default: `0`
 
@@ -651,7 +651,7 @@ cachebuster:%string
 cb:%string
 ```
 
-Cache buster doesn't affect image processing but it's changing allows for bypassing the CDN, proxy server and browser cache. Useful when you have changed some things that are not reflected in the URL, like image quality settings, presets, or watermark data.
+Cache buster doesn't affect image processing but its changing allows for bypassing the CDN, proxy server and browser cache. Useful when you have changed some things that are not reflected in the URL, like image quality settings, presets, or watermark data.
 
 It's highly recommended to prefer the `cachebuster` option over a URL query string because that option can be properly signed.
 
@@ -698,7 +698,7 @@ There are two ways to specify the source url:
 
 ### Plain
 
-The source URL can be provided as is, prendended by the `/plain/` segment:
+The source URL can be provided as is, prepended by the `/plain/` segment:
 
 ```
 /plain/http://example.com/images/curiosity.jpg