Skip to content

Commit 0b26837

Browse files
authored
Fix typo
1 parent 42c48db commit 0b26837

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contributor_docs/friendly_error_system.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ The basic format of a translation file's item has a key and a value (message) in
7474
```json
7575
{ "key": "value" }
7676
```
77-
For example, we have a ASCII logo saved in this format:
77+
For example, we have an ASCII logo saved in this format:
7878
```json
7979
"logo": " _ \n /\\| |/\\ \n \\ ` ' / \n / , . \\ \n \\/|_|\\/ \n\n"
8080
```

0 commit comments

Comments
 (0)