Skip to content

Commit b595559

Browse files
authored
docs: fix typos in CONTRIBUTING.md (#1181)
* Fix typos in CONTRIBUTING.md Fix small typos in CONTRIBUTING.md * Fix typos in CONTRIBUTING.md Fix small typos in CONTRIBUTING.md
1 parent b1410b2 commit b595559

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
Thank you for taking interest in contributing to Trivy !
1+
Thank you for taking interest in contributing to Trivy!
22

33
## Issues
44
- Feel free to open issues for any reason. When you open a new issue, you'll have to select an issue kind: bug/feature/support and fill the required information based on the selected template.
55
- Please spend a small amount of time giving due diligence to the issue tracker. Your issue might be a duplicate. If it is, please add your comment to the existing issue.
6-
- Remember users might be searching for your issue in the future, so please give it a meaningful title to help others.
6+
- Remember that users might search for your issue in the future, so please give it a meaningful title to help others.
77
- The issue should clearly explain the reason for opening, the proposal if you have any, and any relevant technical information.
88

99
## Pull Requests
@@ -23,6 +23,6 @@ Thank you for taking interest in contributing to Trivy !
2323
Trivy is composed of several different repositories that work together:
2424

2525
- [Trivy](https://github.com/aquasecurity/trivy) is the client-side, user-facing, command line tool.
26-
- [vuln-list](https://github.com/aquasecurity/vuln-list) is a vulnerabilities database, aggregated from different sources, and normalized for easy consumption. This of this as the "server" side of the trivy command line tool. **There should be no pull requests to this repo**
26+
- [vuln-list](https://github.com/aquasecurity/vuln-list) is a vulnerabilities database, aggregated from different sources, and normalized for easy consumption. Think of this as the "server" side of the trivy command line tool. **There should be no pull requests to this repo**
2727
- [vuln-list-update](https://github.com/aquasecurity/vuln-list-update) is the code that maintains the vuln-list database.
28-
- [fanal](https://github.com/aquasecurity/fanal) is a library for extracting system information containers. It is being used by Trivy to find testable subjects in the container image.
28+
- [fanal](https://github.com/aquasecurity/fanal) is a library for extracting system information from containers. It is being used by Trivy to find testable subjects in the container image.

0 commit comments

Comments
 (0)