docs: fix a spelling error in experience entry sample

This commit is contained in:
Sina Atalay 2024-02-25 20:11:35 +01:00
parent a4c9715675
commit 8f712722fb
4 changed files with 3 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 103 KiB

After

Width:  |  Height:  |  Size: 102 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 92 KiB

After

Width:  |  Height:  |  Size: 92 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 105 KiB

After

Width:  |  Height:  |  Size: 105 KiB

View File

@ -60,7 +60,7 @@ experience_entry = {
"end_date": "2021-08-12", "end_date": "2021-08-12",
"highlights": [ "highlights": [
( (
"Developed a [IOS application](https://example.com) that has recieved" "Developed a [IOS application](https://example.com) that has received"
" more than **100,000 downloads**." " more than **100,000 downloads**."
), ),
"Managed a team of **5** engineers.", "Managed a team of **5** engineers.",
@ -278,5 +278,5 @@ def generate_examples():
if __name__ == "__main__": if __name__ == "__main__":
# generate_entry_figures() generate_entry_figures()
generate_examples() # generate_examples()