From 390db1a502041e2d21ef5d996303c527ee953485 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kre=C5=A1imir=20Klas?= Date: Fri, 8 Jul 2022 00:00:00 +0200 Subject: [PATCH] Fix a typo in sui-security.md (#3079) --- doc/src/learn/sui-security.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/learn/sui-security.md b/doc/src/learn/sui-security.md index fd7173980cabc..fb578d2aca296 100644 --- a/doc/src/learn/sui-security.md +++ b/doc/src/learn/sui-security.md @@ -99,7 +99,7 @@ changes the transaction resulted in are final. ### Auditing and privacy -Sui validators provide facilities for users to read all asserts they store, as well as the historical record of +Sui validators provide facilities for users to read all assets they store, as well as the historical record of transactions they have processed that led to these assets. Validators also provide cryptographic evidence of the full chain of transactions that contributed to an asset state. User clients can request and validate this chain of evidence to ensure all operations were correct and the result of the collective agreement between validators.