Skip to content

Commit f9ea02c

Browse files
authored
Merge pull request #360 from junedomingo/master
Fix spelling and code highlighting
2 parents f36f823 + 144e798 commit f9ea02c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ src/
3535
## Code Style
3636
* Make sure you are using linter with linting rules defined in ESLint config (.eslintrc.js)
3737
* Name branch according to your ticket following this pattern: RNS-XX-short_description
38-
* Imports and exports inside `index.tsx` files eg. `screens/index.tsx`, `components/index.tsx` should be sorted alfabetically
39-
* Style names should be ordered alfabetically
38+
* Imports and exports inside `index.tsx` files eg. `screens/index.tsx`, `components/index.tsx` should be sorted alphabetically
39+
* Style names should be ordered alphabetically
4040
* Please use commit lint and follow commit naming convention (https://www.conventionalcommits.org/en/v1.0.0/)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ yarn add react-native-reanimated react-native-safe-area-context
7878
After installation:
7979
- check Reanimated installation [guide](https://docs.swmansion.com/react-native-reanimated/docs/fundamentals/installation)
8080
- handle Pods installation with `npx pod-install`
81-
- wrap your root component with `SafeAreaProvider` from `react-native-safe-area-context
81+
- wrap your root component with `SafeAreaProvider` from `react-native-safe-area-context`
8282

8383
<h1 id="Contributing">Contributing</h1>
8484

0 commit comments

Comments
 (0)