Skip to content

Commit

Permalink
fix: bold to ensure the next word must have a capital
Browse files Browse the repository at this point in the history
  • Loading branch information
Tristan Charbonneau committed Feb 18, 2025
1 parent 44901ab commit f249021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/doc/applications/php/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ php myscript.php

This appends the current directory while still loading the default configuration.

**Note:** The `:` at the beginning of the string is mandatory. It indicates defaults files must still be loaded.
**Note**: The `:` at the beginning of the string is mandatory. It indicates defaults files must still be loaded.

Check warning on line 102 in content/doc/applications/php/_index.md

View workflow job for this annotation

GitHub Actions / Run Vale Linter

[vale] reported by reviewdog 🐶 [Google.Colons] ': T' should be in lowercase. Raw Output: {"message": "[Google.Colons] ': T' should be in lowercase.", "location": {"path": "content/doc/applications/php/_index.md", "range": {"start": {"line": 102, "column": 9}}}, "severity": "WARNING"}

Check warning on line 102 in content/doc/applications/php/_index.md

View workflow job for this annotation

GitHub Actions / Run Vale Linter

[vale] reported by reviewdog 🐶 [Google.Passive] In general, use active voice instead of passive voice ('be loaded'). Raw Output: {"message": "[Google.Passive] In general, use active voice instead of passive voice ('be loaded').", "location": {"path": "content/doc/applications/php/_index.md", "range": {"start": {"line": 102, "column": 103}}}, "severity": "INFO"}

A specific `.ini` file can be loaded with:

Check warning on line 104 in content/doc/applications/php/_index.md

View workflow job for this annotation

GitHub Actions / Run Vale Linter

[vale] reported by reviewdog 🐶 [Google.Passive] In general, use active voice instead of passive voice ('be loaded'). Raw Output: {"message": "[Google.Passive] In general, use active voice instead of passive voice ('be loaded').", "location": {"path": "content/doc/applications/php/_index.md", "range": {"start": {"line": 104, "column": 28}}}, "severity": "INFO"}

Expand Down

0 comments on commit f249021

Please sign in to comment.