mirror of https://github.com/eyhc1/rendercv.git
docs: fix a spelling error in experience entry sample
This commit is contained in:
parent
a4c9715675
commit
8f712722fb
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 |
|
@ -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()
|
||||||
|
|
Loading…
Reference in New Issue