Skip to content

Commit 86dcc53

Browse files
committed
docs: fix typos
1 parent f1f895c commit 86dcc53

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

CONTRIBUTING.adoc

+7-7
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ this project! Your effort will be very much appreciated.
2121
== Opening Tickets
2222

2323
After you've read the relevant sections of this document, you can open a ticket
24-
through Github here:
24+
through GitHub here:
2525
https://github.com/meliorence/react-native-render-html/issues/new/choose. Make
2626
sure you follow the appropriate template.
2727

@@ -106,7 +106,7 @@ npm install "github:meliorence/react-native-render-html#master"
106106
=== Proposing a Feature or Enhancement
107107

108108
* Feature requests and enhancements **must** be submitted https://native-html.canny.io/features[in our Canny feature tracker].
109-
* You can, *in addition*, consider <<rfc,writing a RFC>> and offering it as a PR.
109+
* You can, *in addition*, consider <<rfc,writing an RFC>> and offering it as a PR.
110110

111111
[TIP]
112112
You or your company need a feature? Consider https://github.com/sponsors/jsamr[sponsorship or consultancy] and it will be delivered ASAP.
@@ -119,7 +119,7 @@ willing to help. You're encouraged to start a
119119
https://github.blog/2019-02-14-introducing-draft-pull-requests/[Github draft]
120120
and we will be glad to help you build it and make it comply with our
121121
requirements. If you have any question or need advise regarding your
122-
contribution, you can also ping us in our our https://discord.gg/MwrZmBb[Discord
122+
contribution, you can also ping us in our https://discord.gg/MwrZmBb[Discord
123123
#contributing channel].
124124

125125
=== Bug Fixes
@@ -147,10 +147,10 @@ We recommend you use the
147147
https://github.blog/2019-02-14-introducing-draft-pull-requests/[draft Github option]
148148
when you start a Feature PR!
149149

150-
If you PR provides new features, it means that the API of this library will
150+
If your PR provides new features, it means that the API of this library will
151151
likely change. You will be required to test the new
152152
feature. Take a look at {rnrh-test-folder}[our test folder]. You are also advised to read our <<DEVELOPING.adoc#, developing guide>>. If you're lost, we will be glad to help you, either on
153-
discord or within the PR on Github.
153+
discord or within the PR on GitHub.
154154

155155

156156
[[rfc]]
@@ -159,13 +159,13 @@ discord or within the PR on Github.
159159
[NOTE]
160160
RFC are propositions for new methods, behaviors and other API capabilities, or
161161
the exploration of an algorithmic challenge that is specific to this library.
162-
These are not Internet Society's RFCs! We don't have a rich multi-stage process. A
162+
These are not Internet Society's RFCs! We don't have a rich multi-stage process. An
163163
RFC is either a draft, in discussion, or adopted (merged). We thereafter use
164164
versioning to polish and enhance those specifications.
165165

166166
RFC purpose is to offer drafts for new ideas which goes relatively in depth
167167
regarding the issues, consequences and caveats of a peculiar feature. We don't
168-
have strict requirements, but the structure should loosely resembles the
168+
have strict requirements, but the structure should loosely resemble the
169169
following:
170170

171171
1. Problem Frame (what is the context and which issues this enhancement or

DEVELOPING.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ yarn build:tools
6464
yarn render-html build
6565
```
6666

67-
From now-on, you should be able to try-out the demo app with
67+
From now-on, you should be able to try out the demo app with
6868
```
6969
yarn demo start
7070
```

HELP.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,6 @@ https://meliorence.github.io/react-native-render-html/docs/intro[read
137137
the docs].
138138
2. Read the https://meliorence.github.io/react-native-render-html/docs/faq[FAQ].
139139
3. If you still find difficult to use this feature, then we are lacking good
140-
documentation and we should fix it. Go to https://discord.gg/dbEMMJM[our
140+
documentation, and we should fix it. Go to https://discord.gg/dbEMMJM[our
141141
Discord #support channel] and we will help you out.
142142
--

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ See our [official website](https://meliorence.github.io/react-native-render-html
141141

142142
## :iphone: Example
143143

144-
You like to learn by example? We have a tutorial from which the demo Gif has been extracted: [A WebView-free Blog App with React Native Render HTML](https://meliorence.github.io/react-native-render-html/blog/2021/06/27/create-blog-app-rnrh-I).
144+
You like to learn by example? We have a tutorial from which the demo GIF has been extracted: [A WebView-free Blog App with React Native Render HTML](https://meliorence.github.io/react-native-render-html/blog/2021/06/27/create-blog-app-rnrh-I).
145145

146146
## :notebook: Changelog
147147

0 commit comments

Comments
 (0)