Common: Fix spelling error

Co-authored-by: VakarisZ <36815064+VakarisZ@users.noreply.github.com>
This commit is contained in:
Mike Salvatore 2022-06-17 07:13:07 -04:00 committed by GitHub
parent 5db04c3580
commit df23cc42f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ class DIContainer:
"""
Register an instance as a convention
At times particularly when dealing with primative types it can be useful to define a
At times particularly when dealing with primitive types it can be useful to define a
convention for how dependencies should be resolved. For example, you might want any class
that specifies `hostname: str` in its constructor to receive the hostname of the system it's
running on. Registering a convention allows you to assign an object instance to a type, name