Verified Commit 5f2923e9 authored by Silvio Rhatto's avatar Silvio Rhatto
Browse files

Fix: docs: typos and minor fixes

parent beb1108f
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -99,10 +99,10 @@ These are raw development notes made during the Oniongroove development.

### Implementation

Consider to plit architecture into implementors, and don't rely on specific choices:
Consider to split architecture into implementations, and don't rely on specific choices:

* Onion Services:
    * Arti is an implementor for the Onion Service protocol.
    * Arti is an implementation for the Onion Service protocol.
    * Consider also to support C Tor as another Onion Service implementation.
      Involves more work, but may be useful for operators that want to migrate
      from solutions such as [Onionspray][] while Arti does not have Onion
+1 −1
Original line number Diff line number Diff line
@@ -550,7 +550,7 @@ graph LR
```

Not sticking with an specific tool allows Oniongroove to be sustainable in the
long term if the uderlying deployment technology changes or if the community
long term if the underlying deployment technology changes or if the community
prefers to change implementations.

### Modularization