ractivejs / ractivejs.github.io

https://ractive.js.org
8 stars 33 forks source link

Duplication in documentation for ractive.observe() #59

Closed alexlibby closed 7 years ago

alexlibby commented 7 years ago

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."...

fskreuz commented 7 years ago

Yup, spotted that the other day. Probably the result of a mighty find-and-replace. 😁

Thanks for the report. 👍

alexlibby commented 7 years ago

Yeah - I suspected as much! If I find any more of these, would it help if I reported them here for you?

fskreuz commented 7 years ago

That would be great! Don't stress yourself over it though. 😄

fskreuz commented 7 years ago

Page already revised. Duplication is now gone. 😄