瀏覽代碼

A bit of polish (#2986)

AJvanLoon 3 年之前
父節點
當前提交
2c94be81c1
共有 1 個文件被更改,包括 8 次插入8 次删除
  1. 8 8
      website/src/_posts/2021-07-1.30.md

+ 8 - 8
website/src/_posts/2021-07-1.30.md

@@ -1,5 +1,5 @@
 ---
-title: "Uppy 1.30: Angular integration, Granular Image Rotation, Google Drive Shortcuts"
+title: "Uppy 1.30: Angular integration, granular image rotation, Google Drive shortcuts"
 date: 2021-07-02
 author: arturi
 published: true
@@ -9,9 +9,9 @@ Uppy 1.30 introduces the long-awaited Angular integration (beta), granular image
 
 <!--more-->
 
-## Angular Integration
+## Angular integration
 
-Uppy now has an official Angular integration! It’s in beta, please try it our and do let us know how we can improve through [Twitter](https://mobile.twitter.com/uppy_io/) or [GitHub](https://github.com/transloadit/uppy). Original draft implementation was made by [Adam Medford](https://github.com/adammedford), then finalized, polished and brought to release today by [Andrew Kachnic](https://github.com/ajkachnic) 👏
+Uppy now has an official Angular integration! It’s still in beta, so please try it out and do let us know how we can improve through [Twitter](https://mobile.twitter.com/uppy_io/) or [GitHub](https://github.com/transloadit/uppy). The original draft implementation was made by [Adam Medford](https://github.com/adammedford), then finalized, polished and brought to release today by [Andrew Kachnic](https://github.com/ajkachnic) 👏
 
 ```sh
 npm install @uppy/angular
@@ -47,9 +47,9 @@ The following plugins are available as Angular component wrappers:
 
 See the [Angular docs](/docs/angular/) for more details.
 
-## Granular Image Rotation
+## Granular image rotation
 
-`@uppy/image-editor` plugin got a new option `granularRotate: true` that allows for granular image rotation: be it 12° or 59° — just adjust the slider to your liking.
+`@uppy/image-editor` plugin received a new option `granularRotate: true` that allows for granular image rotation: be it 12° or 59° — just adjust the slider to your liking.
 
 <video alt="" muted autoplay loop>
   <source src="/images/blog/1.30/granular-rotation.mp4" type="video/mp4">
@@ -58,7 +58,7 @@ See the [Angular docs](/docs/angular/) for more details.
 
 ## Google Drive Shortcuts
 
-Google Drive shortcuts, much like in a desktop OS, are pointers to files or folders that can be stored in another folder or drive. Uppy now supports shortcuts, you will see them alongside your usual files and folders.
+Google Drive shortcuts, much like in a desktop OS, are pointers to files or folders that can be stored in another folder or drive. Uppy now supports shortcuts you will see them alongside your usual files and folders.
 
 ![](/images/blog/1.30/drive-shortcut.png)
 
@@ -66,12 +66,12 @@ Google Drive shortcuts, much like in a desktop OS, are pointers to files or fold
 
 ## Misc
 
-- @uppy/react: allowed HTML Attributes to be passed via props (#2891 / @ajkachnic)
+- @uppy/react: allowed HTML attributes to be passed via props (#2891 / @ajkachnic)
 - @uppy/drag-drop: Expose drag-drop events (#2914 / @Murderlon)
 - @uppy/companion: add `logClientVersion` option (#2855 / @mifi)
 - build: Fix eslint uppy package imports (#2915 / @Murderlon)
 
-See [changelog](https://github.com/transloadit/uppy/blob/master/CHANGELOG.md#1300) for details.
+See the [changelog](https://github.com/transloadit/uppy/blob/master/CHANGELOG.md#1300) for more details.
 
 ## Download