Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typos in architecture doc #10350

Merged
merged 1 commit into from
May 19, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/content/docs/concepts/architecture/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ The Fluid loader connects to the Fluid service and loads a Fluid container.
| |
+---------------------------------------------------------------------------+
```

The Fluid architecture consists of a client and service. The
client contains the Fluid loader and the Fluid container. The Fluid loader contains a document service factory, code
loader, scopes, and a URL resolver. The Fluid runtime is encapsulated within a container, which is built using Shared
Expand Down Expand Up @@ -141,7 +142,7 @@ the service knows nothing about the contents of any Fluid container.
+-------------------------+
```

\Clients send operations to the Fluid service, which are assigned an order and then broadcast to the other connected
Clients send operations to the Fluid service, which are assigned an order and then broadcast to the other connected
clients. The client sending the operation also receives an acknowledgement from the service with the assigned order of
the operation.

Expand Down