From b20600b836689a05648293feee3b07d8439e8d96 Mon Sep 17 00:00:00 2001 From: bholuhacks Date: Sat, 24 Feb 2024 18:48:45 -0500 Subject: [PATCH] chore: fix sentence structure --- apps/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/README.md b/apps/README.md index 2ba7766..f37bac1 100644 --- a/apps/README.md +++ b/apps/README.md @@ -14,7 +14,7 @@ public fun register_ua(account: &signer): UaCapability ``` The `UA` type is an identifier of your application. You can use any type as `UA`, e.g. `0x1::MyApp::MyApp` as UA. -Note: only one UA is allowed per address. That means there won't two `UA` types share the same address. +Note: only one UA is allowed per address. That means there won't be two `UA` types that share the same address. When calling `register_ua()`, you will get a `UaCapability` as return. It is the resources for authenticating any LayerZero functions, such as sending messages and setting configurations.