Skip to content
Prev Previous commit
Next Next commit
Add node version specification in .nvmrc to get netlify up to date
  • Loading branch information
Munter authored and boneskull committed May 20, 2020
commit 10bb5d4a174f99f29d79a6a7e53a55f477c93703
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
12
2 changes: 1 addition & 1 deletion docs/_data/supporters.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ module.exports = async () => {
{sponsors: [], backers: []}
);

// Fetch images for sponsors and save their image dimensins
// Fetch images for sponsors and save their image dimensions
await Promise.all(
supporters.sponsors.map(async sponsor => {
for await (const chunk of needle.get(sponsor.avatar)) {
Expand Down