Merge pull request #34510 from akhileshh/master
fix: Fixes api word capitalization freeCodeCamp
This commit is contained in:
committed by
Stuart Taylor
parent
d9ac45868c
commit
ed5b434ad1
@@ -10,7 +10,9 @@ const preFormattedBlockNames = {
|
||||
jquery: 'jQuery',
|
||||
'json-apis-and-ajax': 'JSON APIs and Ajax',
|
||||
'mongodb-and-mongoose': 'MongoDB and Mongoose',
|
||||
'the-dom': 'The DOM'
|
||||
'the-dom': 'The DOM',
|
||||
'apis-and-microservices': 'APIs and Microservices',
|
||||
'apis-and-microservices-projects': 'APIs and Microservices Projects'
|
||||
};
|
||||
|
||||
const noFormatting = ['and', 'for', 'of', 'the', 'up', 'with'];
|
||||
|
||||
Reference in New Issue
Block a user