omcljs / om

ClojureScript interface to Facebook's React
6.66k stars 363 forks source link

Typo in om.next tutorial #846

Closed flyjwayur closed 7 years ago

flyjwayur commented 7 years ago

Found a typo in om.next tutorial I'd make a fix myself, but I didn't sign electronic Contributor Agreement and I assume it won't be easy to be accepted. So just making an issue here.

A parser is created from two functions that provides semantics for reads and mutations:

I'd suggest that we change this part like this "A parser is created from two functions that provide ..."

Because of consistent use of verb (provides -> provide) with the plural form(functions). (Actually I was able to edit the page myself, I expected that is not allowed to me though.)

flyjwayur commented 7 years ago

I was able to edit techwiki myself, I didn't know I could. Now I am worried if it was ok to edit the page without permission, but as it was a minor typo fix, hopefully everything's OK.

swannodette commented 7 years ago

@flyjwayur that change is OK! Thanks