From 5d0e4b3e527b60256036a69079aa6d248af57edb Mon Sep 17 00:00:00 2001 From: vuittont60 <81072379+vuittont60@users.noreply.github.com> Date: Tue, 9 Jan 2024 16:56:51 +0800 Subject: [PATCH] docs: fix typos (#1098) Signed-off-by: vuittont60 <81072379+vuittont60@users.noreply.github.com> --- aries/wrappers/uniffi-aries-vcx/core/README.md | 2 +- misc/simple_message_relay/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/aries/wrappers/uniffi-aries-vcx/core/README.md b/aries/wrappers/uniffi-aries-vcx/core/README.md index 2540c7b3c4..b9f3431913 100644 --- a/aries/wrappers/uniffi-aries-vcx/core/README.md +++ b/aries/wrappers/uniffi-aries-vcx/core/README.md @@ -4,7 +4,7 @@ This crate contains the proof of concept UniFFI wrapper over the `aries-vcx` cra # Scaffolding -Scaffolding is the rust code generated by UniFFI to create C-callable bindings to this crate. These bindings are automatically built by `build.rs`, targetting the `vcx.udl` file. These bindings are located in the `target` directory of the project/workspace and will show compiler errors if the `vcx.udl` interface does not integrate with this crate. +Scaffolding is the rust code generated by UniFFI to create C-callable bindings to this crate. These bindings are automatically built by `build.rs`, targeting the `vcx.udl` file. These bindings are located in the `target` directory of the project/workspace and will show compiler errors if the `vcx.udl` interface does not integrate with this crate. # Wrapper generation diff --git a/misc/simple_message_relay/README.md b/misc/simple_message_relay/README.md index c3ad7d7e05..ffad3f7d32 100644 --- a/misc/simple_message_relay/README.md +++ b/misc/simple_message_relay/README.md @@ -1,7 +1,7 @@ # Simple Message Relay The simple message relay is a basic implementation of a mediator/relay service which can be used for testing agent-to-agent comms. -*This relay should never be used in production/public environments, as it intentionally lacks user authorization and data persistance for testing simplicitly purposes.* +*This relay should never be used in production/public environments, as it intentionally lacks user authorization and data persistence for testing simplicity purposes.* Like a mediator, an agent can provide their HTTP/s "user endpoint" to peers during DIDComm connection protocols. An agent can then poll to collect incoming messages that have been sent to their endpoint.