mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-16 19:31:19 +00:00
fix spelling mistake in coffee extension
Co-Authored-By: natestemen <nathanielstemen@gmail.com>
This commit is contained in:
parent
b19c1826d2
commit
0cc3dbf4f5
1 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@ git add .
|
|||
git commit -m "Prettier: convert test/acceptance decaffeinated files to Prettier format"
|
||||
|
||||
git mv app.coffee app.js
|
||||
git mv Gruntfile.coffe Gruntfile.js
|
||||
git mv Gruntfile.coffee Gruntfile.js
|
||||
git mv config/settings.defaults.coffee config/settings.defaults.js
|
||||
|
||||
git commit -m "Rename individual coffee files to js files"
|
||||
|
@ -42,4 +42,4 @@ npx prettier-eslint app.js Gruntfile.js config/settings.defaults.js --write
|
|||
|
||||
git commit -m "Prettier: convert individual decaffeinated files to Prettier format"
|
||||
|
||||
echo "done"
|
||||
echo "done"
|
||||
|
|
Loading…
Reference in a new issue