Skip to content

Commit 8cde121

Browse files
committed
fix: typo
1 parent 46a8d18 commit 8cde121

File tree

1 file changed

+1
-1
lines changed
  • content/blog/solid-single-responsibility-principle

1 file changed

+1
-1
lines changed

content/blog/solid-single-responsibility-principle/index.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The single responsibility principle (SRP) is the first of the five SOLID princip
1414
>
1515
>[wikipedia](https://en.wikipedia.org/wiki/SOLID)
1616
17-
SPR can be challenging to apply because it requires developers to break down complex problems into smaller, more manageable units of code. Identifying and isolating responsibilities can be challenging, and if done incorrectly, it can lead to poor design decisions.
17+
SRP can be challenging to apply because it requires developers to break down complex problems into smaller, more manageable units of code. Identifying and isolating responsibilities can be challenging, and if done incorrectly, it can lead to poor design decisions.
1818

1919
Let’s take an example. The following class is in charge of importing products into an application as a PIM or an ERP.
2020
```ts

0 commit comments

Comments
 (0)