diff --git a/README.md b/README.md index d47669a..c932b27 100644 --- a/README.md +++ b/README.md @@ -355,7 +355,7 @@ return MaterialApp( ## 🚦 Warnings -\* OneContex().theme and OneContex().mediaQuery are global instances of the root of the widget tree. Use it with care! It can reproduce unexpected behavior if you don't understand it. +\* OneContext().theme and OneContext().mediaQuery are global instances of the root of the widget tree. Use it with care! It can reproduce unexpected behavior if you don't understand it. \* OneContext().context is like a root context, so, it should not be used directly, as it can reproduce unexpected behaviors, unless you have a understanding how it works. It shouldn't work well with InheritedWidget for example.