Skip to content

Commit f0004c8

Browse files
committed
Fix typo
1 parent 74df2ed commit f0004c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ Concept
238238
- Explicit is better than implicit (PEP20).
239239
- Do no magic to your code.
240240

241-
How does it different from the other frameworks?
241+
How is it different from the other frameworks?
242242

243243
- **No autowiring.** The framework does NOT do any autowiring / autoresolving of the dependencies. You need to specify everything explicitly. Because *"Explicit is better than implicit" (PEP20)*.
244244
- **Does not pollute your code.** Your application does NOT know and does NOT depend on the framework. No ``@inject`` decorators, annotations, patching or any other magic tricks.

0 commit comments

Comments
 (0)