fix(learn): capitalization and grammar errors (#39151)

This commit is contained in:
Huyen Nguyen
2020-07-02 18:50:43 +07:00
committed by GitHub
parent 97f5229033
commit ab75df7cb1
3 changed files with 5 additions and 4 deletions

View File

@ -15,7 +15,8 @@ const preFormattedBlockNames = {
'apis-and-microservices-projects': 'APIs and Microservices Projects',
'scientific-computing-with-python': 'Scientific Computing with Python',
'data-analysis-with-python': 'Data Analysis with Python',
'machine-learning-with-python': 'Machine Learning with Python'
'machine-learning-with-python': 'Machine Learning with Python',
tensorflow: 'TensorFlow'
};
const noFormatting = ['and', 'for', 'of', 'the', 'up', 'with'];