Skip to content

Commit 0cd8e83

Browse files
authored
Fix grammatical typo
1 parent 956e2c8 commit 0cd8e83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ If you have a mocked version of a Service you can easily switch between that and
452452

453453
### Named registration
454454

455-
**DON'T USE THIS IF YOU ARE REALLY KNOW WHAT YOU ARE DOING!!!**
455+
**DON'T USE THIS UNLESS YOU REALLY KNOW WHAT YOU ARE DOING!!!**
456456

457457
This should only be your last resort as you can loose your type safety and lead the concept of a singleton add absurdum.
458458
This was added following a request at https://github.com/fluttercommunity/get_it/issues/10
@@ -479,4 +479,4 @@ GetIt myOwnInstance = GetIt.asNewInstance();
479479
This new instance does not share any registrations with the singleton instance
480480

481481
## Acknowledgements
482-
Many thanks to the insightful discussions on the API with [Brian Egan](https://github.com/brianegan) and [Simon Lightfoot](https://github.com/slightfoot)
482+
Many thanks to the insightful discussions on the API with [Brian Egan](https://github.com/brianegan) and [Simon Lightfoot](https://github.com/slightfoot)

0 commit comments

Comments
 (0)