@@ -53,9 +53,9 @@ source code repository (git, svn, …) in which the software is published.
5353If the repository is available under multiple protocols, prefer
5454HTTP/HTTPS URLs which don’t require user authentication.
5555
56- Forks created for the purpose of contributing upstreams should not
56+ Forks created for the purpose of contributing upstream should not
5757modify this file; this helps software parsing ``publiccode.yml `` to
58- immediately skips technical forks. On the contrary, a
58+ immediately skip technical forks. On the contrary, a
5959complete fork that is meant to be maintained separately from the
6060original software should modify this line, to give themselves the status
6161of a different project.
@@ -377,7 +377,7 @@ Key ``description/[lang]/genericName``
377377
378378This key is the “Generic name”, which refers to the specific category to
379379which the software belongs. You can usually find the generic name in the
380- presentation of the software, when you write: “Software xxx is a yyy”
380+ presentation of the software, when you write: “Software xxx is a yyy”.
381381Notable examples include “Text Editor”, “Word Processor”, “Web Browser”,
382382“Chat” and so on… The generic name can be up to 35 characters long.
383383
@@ -427,7 +427,7 @@ bar, etc.).
427427If the documentation is instead available only as a document, put a
428428direct view/download link as URL in this key. You should commit the
429429document as part of the source code repository, and then link to it
430- using the code hosting source browser URL (eg : GitHub URL to the file).
430+ using the code hosting source browser URL (e.g. : GitHub URL to the file).
431431Prefer using open formats like PDF or ODT for maximum interoperability.
432432
433433Whichever the format for the documentation, remember to make its source
@@ -453,7 +453,7 @@ reference or test deployment, possibly offer an interactive interface
453453If the documentation is instead available only as a document, put a
454454direct view/download link as URL in this key. You should commit the
455455document as part of the source code repository, and then link to it
456- using the code hosting source browser URL (eg : GitHub URL to the file).
456+ using the code hosting source browser URL (e.g. : GitHub URL to the file).
457457Prefer using open formats like PDF or ODT for maximum interoperability.
458458
459459Whichever the format for the documentation, remember to make its source
@@ -676,7 +676,7 @@ Section ``dependsOn``
676676This section provides an overview on the system-level dependencies
677677required to install and use this software.
678678
679- **NOTE: ** do not list dependencies at the source code level (eg :
679+ **NOTE: ** do not list dependencies at the source code level (e.g. :
680680software libraries being used), and focus only on runtime and/or
681681system-level dependencies that must be installed and maintained
682682separately. For instance, a database is a good example of such
0 commit comments