egeloen / IvoryCKEditorBundle

Provides a CKEditor integration for your Symfony project.
MIT License
336 stars 114 forks source link

Typo in overlay doc (important) #338

Closed siciarek closed 6 years ago

siciarek commented 6 years ago

Hi,

There is a typo in the documentation, on the page https://github.com/infinitered/reactotron/blob/master/docs/plugin-overlay.md

You have: const MyAppWithBenefits = console.tron.overlay(MyApp)

But should be: const MyAppWithBenefits = Reactotron.overlay(MyApp)