Kaynağa Gözat

A few corrections

AJvanLoon 6 yıl önce
ebeveyn
işleme
8622d76fcf
1 değiştirilmiş dosya ile 3 ekleme ve 3 silme
  1. 3 3
      website/src/_posts/2019-04-liftoff-14.md

+ 3 - 3
website/src/_posts/2019-04-liftoff-14.md

@@ -23,11 +23,11 @@ Let's jump right in!
 
 ## Done for React Native
 
-This is a pretty big one! [Ife](https://github.com/ifedapoolarewaju) and Artur delivered on the bare essentials for React Native. In our local tests, this means we can now successfully pick different files, have their uploads resume where they left off, select a remote file via Companion (for now, only picking from URL is supported), and see the progress reported by it. 
+This is a pretty big one! [Ife](https://github.com/ifedapoolarewaju) and Artur delivered on the bare essentials for React Native. In our local tests, this means we can now successfully pick different files, have their uploads resume where they left off, select a remote file via Companion (for now, only picking from URL is supported) and see the progress reported by it. 
 
-There is a basic UI, most of which is encapsulated in the example that we'll publish on our website. We're refraining from building too much UI in our React Native module, as we assume that developers will want to have full control and style everything closely to their app. We figured they would care most about seeing a good example and having access to core functionality such as making mobile uploads more reliable and less draining on batteries and data plans. 
+There is a basic UI, most of which is encapsulated in the example that we'll publish on our website. We're refraining from building too much UI in our React Native module, as we assume that developers will want to have full control and style everything close to their app. We figured they would care most about seeing a good example and having access to core functionality, such as making mobile uploads more reliable and less draining on batteries and data plans. 
 
-While there are still things to be implemented, such as picking files from Instagram, we now know that we have all the Lego bricks required and that they are doing what they're supposed to. Now, it's just a matter of fleshing out those integrations, but we'll have to see whether we can get to that before 1.0. We're already happy to offer a fixed idea about the API and a basic working example as our deliverables.
+While there are still things to be implemented, such as picking files from Instagram, we now know that we have all the Lego bricks required and that they are doing what they're supposed to. Now, it's just a matter of fleshing out those integrations, but we'll have to see whether we can get to that before 1.0. We're already happy about having a fixed idea about the API and a basic working example as our deliverables!
 
 ## In Progress