Skip to content

Commit a063f84

Browse files
Merge pull request #843 from brettcannon/patch-5
Tweak grammar of a sentence in bind-to-js-function.mdx
2 parents d4b1481 + 9cc8217 commit a063f84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/docs/manual/latest/bind-to-js-function.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ var v = Path.join("a", "b");
128128

129129
## Modeling Polymorphic Function
130130

131-
Apart from the above special-case, JS function in general are often arbitrary overloaded in terms of argument types and number. How would you bind to those?
131+
Apart from the above special-case, JS functions in general are often arbitrarily overloaded in terms of argument types and number. How would you bind to those?
132132

133133
### Trick 1: Multiple `external`s
134134

@@ -456,4 +456,4 @@ Notice that it gets compiled to tagged template literals in JS, which allows
456456
to use JS tools that only work on the literals and not by calling directly the tag function.
457457

458458
There are plenty of useful JS tools you can bind to, like [`gql`](https://github.com/apollographql/graphql-tag),
459-
[`sql`](https://github.com/porsager/postgres), [`css`](https://github.com/mayank99/ecsstatic) and a lot others!
459+
[`sql`](https://github.com/porsager/postgres), [`css`](https://github.com/mayank99/ecsstatic) and a lot others!

0 commit comments

Comments
 (0)