Closed alexlibby closed 7 years ago
Yup, spotted that the other day. Probably the result of a mighty find-and-replace. 😁
Thanks for the report. 👍
Yeah - I suspected as much! If I find any more of these, would it help if I reported them here for you?
That would be great! Don't stress yourself over it though. 😄
Page already revised. Duplication is now gone. 😄
Whilst browsing https://ractive.js.org/concepts/data-binding/#observers, I noticed an issue with one of the statements:
"Ractive implements pub/sub with ractive.on(), ractive.off() and ractive.fire(), ractive.off() and ractive.fire - see Events for more info."
It's a minor issue, but unless I'm mistaken, it looks like part of the sentence has been duplicated? I think it should read "Ractive implements pub/sub with ractive.on(), ractive.off() and ractive.fire() - see Events for more info."...