From 10d1c7877f1f4fffe755bd2abc86187540fa797a Mon Sep 17 00:00:00 2001 From: Frieder Bluemle Date: Thu, 4 Aug 2022 14:26:26 -0700 Subject: [PATCH] Fix typos --- FabricExample/android/app/build.gradle | 2 +- README.md | 6 +++--- package.json | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/FabricExample/android/app/build.gradle b/FabricExample/android/app/build.gradle index a9c5e053..7fa21d40 100644 --- a/FabricExample/android/app/build.gradle +++ b/FabricExample/android/app/build.gradle @@ -281,7 +281,7 @@ dependencies { if (isNewArchitectureEnabled()) { // If new architecture is enabled, we let you build RN from source - // Otherwise we fallback to a prebuilt .aar bundled in the NPM package. + // Otherwise we fallback to a prebuilt .aar bundled in the npm package. // This will be applied to all the imported transtitive dependency. configurations.all { resolutionStrategy.dependencySubstitution { diff --git a/README.md b/README.md index ad2c71b2..c1648262 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # react-native-pdf [![npm](https://img.shields.io/npm/v/react-native-pdf.svg?style=flat-square)](https://www.npmjs.com/package/react-native-pdf) -A react native PDF view component (cross-platform support) +A React Native PDF view component (cross-platform support) ### Feature @@ -180,7 +180,7 @@ v6.6.0 depresed 1. Fixed: Migrate to ViewPropTypes exported from 'deprecated-react-native-prop-types' 2. Added: Decode File Path for iOS 3. Improved: prefer current page for calculating scale factor on fit -4. Improved: Typescript version source +4. Improved: TypeScript version source v6.5.0 1. Fix: replace mavenCentral with maven @@ -190,7 +190,7 @@ v6.5.0 5. Remove: dependency to fbjs v6.4.0 -1. Remove sample for reducing NPM package size +1. Remove sample for reducing npm package size 2. Add support for setting a filename for the cached pdf file 3. Use react-native-blob-util instead of rn-fetch-blob 4. Add blob support diff --git a/package.json b/package.json index be52396c..0ba87c19 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "react-native-pdf", "version": "6.6.2", - "summary": "A react native PDF view component", - "description": "A react native PDF view component, support ios and android platform", + "summary": "A React Native PDF view component", + "description": "A React Native PDF view component (cross-platform support)", "main": "index.js", "typings": "./index.d.ts", "repository": {