refactor: fix typos (#18000)
This commit is contained in:

committed by
Jason Aden

parent
70b1ff11d5
commit
48772f189f
@ -101,7 +101,7 @@ describe('addNotYetDocumentedProperty', function() {
|
||||
});
|
||||
|
||||
|
||||
it('should not mark documents explicity tagged as `@noDescription`', function() {
|
||||
it('should not mark documents explicitly tagged as `@noDescription`', function() {
|
||||
var a, a1, a2, b, b1, b2, c, c1, c2;
|
||||
var docs = [
|
||||
a = {
|
||||
|
@ -21,7 +21,7 @@ module.exports = function() {
|
||||
if (newLines.length > 0) {
|
||||
newLines.pop();
|
||||
} else {
|
||||
// wierd case - first expression in str is an @example
|
||||
// weird case - first expression in str is an @example
|
||||
// in this case the :marked appear above the str passed in,
|
||||
// so we need to put 'something' into the markdown tag.
|
||||
newLines.push(sp + '.'); // '.' is a dummy char
|
||||
|
Reference in New Issue
Block a user