Skip to content

Commit b315815

Browse files
authored
fix: rephrase tutorial.md (feature-sliced#641)
1 parent be26177 commit b315815

File tree

1 file changed

+2
-2
lines changed
  • i18n/en/docusaurus-plugin-content-docs/current/get-started

1 file changed

+2
-2
lines changed

i18n/en/docusaurus-plugin-content-docs/current/get-started/tutorial.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -347,9 +347,9 @@ Each of the described features is a part of the functionality
347347

348348
##### Usual approach
349349

350-
And there is a great temptation
350+
And there is a great temptation to
351351

352-
- or implement all the logic in the directory of each specific page.
352+
- either implement all the logic in the directory of each specific page.
353353
- or put all" possibly reused "modules in the shared folder `src/components` or similar
354354

355355
But if such a solution would be suitable for a small and short-lived project, then in real corporate development, it **can put an end** to the further development of the project, turning it into **"another dense legacy"**

0 commit comments

Comments
 (0)