Skip to content

Commit 2fb4579

Browse files
committed
fix typo
1 parent c1dbe75 commit 2fb4579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ProjectList/listOfProjects.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1206,7 +1206,7 @@ const projectList = [
12061206
name: 'matplotlib',
12071207
imageSrc: 'https://camo.githubusercontent.com/109927a15915074d15313889468aa9aa688de3b9e38cc4359a01f665d351114e/68747470733a2f2f6d6174706c6f746c69622e6f72672f5f7374617469632f6c6f676f322e737667',
12081208
projectLink: 'https://github.com/matplotlib/matplotlib',
1209-
description: 'Aa comprehensive library for creating static, animated, and interactive visualizations in Python.',
1209+
description: 'A comprehensive library for creating static, animated, and interactive visualizations in Python.',
12101210
tags: ['Python, Data Visualization, Plotting']
12111211
},
12121212
];

0 commit comments

Comments
 (0)