From 022971dd51ec2051e460017c3fa3e6d889af356d Mon Sep 17 00:00:00 2001 From: Maksym Arutyunyan Date: Thu, 17 Jul 2025 08:37:18 +0200 Subject: [PATCH] chore: fix typos --- SECURITY.md | 2 +- docs/src/schema-upgrades.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index f848cdc8..fad147ba 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -8,7 +8,7 @@ DFINITY takes the security of our software products seriously, which includes al ## How to report a vulnerability We appreciate your help in keeping our projects secure. -If you believe you have found a security vulnerability in any of our repositories, please report it resonsibly to us as described below: +If you believe you have found a security vulnerability in any of our repositories, please report it responsibly to us as described below: 1. **Do not disclose the vulnerability publicly.** Public disclosure could be exploited by attackers before it can be fixed. 2. **Send an email to securitybugs@dfinity.org.** Please include the following information in your email: diff --git a/docs/src/schema-upgrades.md b/docs/src/schema-upgrades.md index 6136599f..a5e124c0 100644 --- a/docs/src/schema-upgrades.md +++ b/docs/src/schema-upgrades.md @@ -32,7 +32,7 @@ impl Storable for Asset { } ``` -> **Note:** Stables structures do not enforce a specific data format. +> **Note:** Stable structures do not enforce a specific data format. It's up to the developer to use the data format that fits their use-case. In this example, CBOR is used for encoding `Asset`.