Skip to content

Commit 7d363dd

Browse files
authored
Merge pull request #66 from prateek951/master
fix: documentation grammar
2 parents 0385468 + 00b5f10 commit 7d363dd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,9 @@ Ramda is loaded first, as it is presumed that the other libraries will require i
134134
[ramda-fantasy]: https://github.com/ramda/ramda-fantasy
135135
[sanctuary]: https://sanctuary.js.org/
136136

137-
Organising the scripts includes providing a reference to a URL where the script can be sourced - and adding in optional configuration for how globals will be made available.
137+
Organising the scripts includes providing a reference to a URL where the script can be sourced - and adding in an optional configuration for how globals will be made available.
138138

139-
How the dynamically loaded scripts are made available can defined using objects with the following keys:
139+
How the dynamically loaded scripts are made available can be defined using objects with the following keys:
140140

141141
<table>
142142
<thead>
@@ -164,7 +164,7 @@ How the dynamically loaded scripts are made available can defined using objects
164164
<td><code>global</code></td>
165165
<td>Yes if <code>exposeAs</code> or <code>expose</code> are used </td>
166166
<td> String </td>
167-
<td> A name of a global the the script will introduce</td>
167+
<td> A name of a global the script will introduce</td>
168168
<td>
169169
<pre lang="js">
170170
"R"

0 commit comments

Comments
 (0)