scala-js/scala-js-website

typo in annotation name

andreaTP opened this issue · 4 comments

https://github.com/scala-js/scala-js-website/blob/master/_posts/news/2017-03-21-announcing-scalajs-0.6.15.md

@scala.scalajs.reflect.annotation.EnableReflectiveInstantion
should be
@scala.scalajs.reflect.annotation.EnableReflectiveInstantiation

sjrd commented

Duh ... Thanks for the report.

gzm0 commented

Whoa... you scared me... For a second I thought the typo is in the actual annotation :P

It take me more time to fix all copy pasted errors made at first then to have new Reflect working in Akka.Js
Great work guys thanks!