Fix typos and invalid chars in inspection descriptions

This commit is contained in:
Alexander.Kirsanov
2018-10-05 18:23:10 +03:00
parent 21d1e3e610
commit a48b8cddf3
5 changed files with 5 additions and 5 deletions
@@ -1,6 +1,6 @@
<!-- Copyright 2000-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. -->
<html>
<body>
Reports duplicate characters in the section’s file wildcard pattern.
Reports duplicate characters in the section's file wildcard pattern.
</body>
</html>
@@ -1,6 +1,6 @@
<!-- Copyright 2000-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. -->
<html>
<body>
Reports sections which don’t have any properties.
Reports sections which don't have any properties.
</body>
</html>
@@ -1,6 +1,6 @@
<!-- Copyright 2000-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. -->
<html>
<body>
Reports sections which don’t match any files in the project.
Reports sections which don't match any files in the project.
</body>
</html>
@@ -1,6 +1,6 @@
<!-- Copyright 2000-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. -->
<html>
<body>
Reports sections taht contain too many wildcards. They might lead to performance issues.
Reports sections that contain too many wildcards. They might lead to performance issues.
</body>
</html>
@@ -1,6 +1,6 @@
<!-- Copyright 2000-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. -->
<html>
<body>
Reports any suspicious spaces in the section’s file wildcard pattern. Even though spaces can be used in the wildcard patterns, they are likely to be a typo.
Reports any suspicious spaces in the section's file wildcard pattern. Even though spaces can be used in the wildcard patterns, they are likely to be a typo.
</body>
</html>