Skip to content

Commit

Permalink
Fix some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanQed committed Feb 10, 2024
1 parent b5a3308 commit a467400
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ A framework responsible for monitoring and automating the dependency injection p

## Philosophy

Taking into account the features of both existing implementations, as well as the JVM and the Java language in general,
Taking into account the features of both existing implementations, and the JVM and the Java language in general,
the framework was created in strict accordance with the following principles:

* Support only for new versions of java (11+)
Expand All @@ -15,7 +15,7 @@ the framework was created in strict accordance with the following principles:
* The minimum possible set of dependencies
* Absence of transitive dependencies (i.e., when you get a framework, you get only it and
several service libraries necessary for its operation)
* No dependencies outside of the jdk (no plugins, utilities, or scripts)
* No dependencies outside the jdk (no plugins, utilities, or scripts)
* Lack of built-in integrations
* Maximum possible flexibility to adapt the framework to support specifications of any format
* Avoiding making difficult decisions (if something cannot be unambiguously determined in a finite time,
Expand Down

0 comments on commit a467400

Please sign in to comment.