fix(learn): capitalization and grammar errors (#39151)
This commit is contained in:
@ -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'];
|
||||
|
Reference in New Issue
Block a user