Skip to content

Commit efc567e

Browse files
authored
chore: fix typos (#377)
1 parent 788682f commit efc567e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ DFINITY takes the security of our software products seriously, which includes al
88
## How to report a vulnerability
99

1010
We appreciate your help in keeping our projects secure.
11-
If you believe you have found a security vulnerability in any of our repositories, please report it resonsibly to us as described below:
11+
If you believe you have found a security vulnerability in any of our repositories, please report it responsibly to us as described below:
1212

1313
1. **Do not disclose the vulnerability publicly.** Public disclosure could be exploited by attackers before it can be fixed.
1414
2. **Send an email to securitybugs@dfinity.org.** Please include the following information in your email:

docs/src/schema-upgrades.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ impl Storable for Asset {
3232
}
3333
```
3434

35-
> **Note:** Stables structures do not enforce a specific data format.
35+
> **Note:** Stable structures do not enforce a specific data format.
3636
It's up to the developer to use the data format that fits their use-case.
3737
In this example, CBOR is used for encoding `Asset`.
3838

0 commit comments

Comments
 (0)