You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/12/09 16:57:26 UTC

[GitHub] [airflow] jbampton commented on pull request #12956: Fix case of JavaScript

jbampton commented on pull request #12956:
URL: https://github.com/apache/airflow/pull/12956#issuecomment-741904801


   Hey @potiuk thanks for the interest 👍 
   
   I run a spell checker across the codebase and it finds most of the spelling mistakes but it also does find a lot of false positives so then then manual work starts sifting through them.   
   
   For fixing the case of words like `javascript` to `JavaScript` I use a find and replace function in my code editor and it does also involve manual work since the term `javascript` comes up in places where it does not need to be changed.
   
   I will have a look at some of the `good first issues` when I get some time.  Thanks :)


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org