Skip to content
This repository was archived by the owner on Feb 23, 2018. It is now read-only.

Commit 859dd99

Browse files
committed
Update strings
(Not because the strings are wrong, just to make them appear as if they were written by the same person, for consistency.)
1 parent e2ffd10 commit 859dd99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Main.coffee

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ module.exports =
4949
order : 5
5050

5151
showMissingDocs:
52-
title : 'Show missing phpdocumentations'
52+
title : 'Show missing documentation'
5353
description : '''
54-
Highlights any missing php documentation on functions/methods/classes/fields.
54+
Warns about any structural element that is currently missing documentation.
5555
'''
5656
type : 'boolean'
5757
default : true

0 commit comments

Comments
 (0)