Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e1583e8

Browse files
authoredMay 30, 2022
typos
d2022-05-30 t05:56
1 parent 4179a17 commit e1583e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ Core business logic of SolidOS
33

44
# Adendum
55

6-
Solid-logic was a move to sparate business logic from UI functionality so that people using different UI frameworks could use logic code.
6+
Solid-logic was a move to separate business logic from UI functionality so that people using different UI frameworks could use logic code.
77

8-
It was created when the "chat with me" feature was built. We needed shared logic between chat-pane and profile-pane (which was part of solid-panes back then I think) due to that feature. The whole idea of it is to separate core solid logic from UI components, to make logic reusable, e.g. by other UI libraries or even non web apps like CLI tools etc.
8+
It was created when the "chat with me" feature was built. We needed to share logic between chat-pane and profile-pane (which was part of solid-panes back then I think) due to that feature. The whole idea of it is to separate core solid logic from UI components, to make logic reusable, e.g. by other UI libraries or even non web apps like CLI tools etc.

0 commit comments

Comments
 (0)
Please sign in to comment.