Skip to content

Commit 66891fc

Browse files
committed
Fix small typos
1 parent 7003932 commit 66891fc

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

docs/en/schema.core.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ source code repository (git, svn, …) in which the software is published.
5353
If the repository is available under multiple protocols, prefer
5454
HTTP/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
5757
modify 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
5959
complete fork that is meant to be maintained separately from the
6060
original software should modify this line, to give themselves the status
6161
of a different project.
@@ -377,7 +377,7 @@ Key ``description/[lang]/genericName``
377377

378378
This key is the “Generic name”, which refers to the specific category to
379379
which 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”.
381381
Notable 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.).
427427
If the documentation is instead available only as a document, put a
428428
direct view/download link as URL in this key. You should commit the
429429
document 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).
431431
Prefer using open formats like PDF or ODT for maximum interoperability.
432432

433433
Whichever the format for the documentation, remember to make its source
@@ -453,7 +453,7 @@ reference or test deployment, possibly offer an interactive interface
453453
If the documentation is instead available only as a document, put a
454454
direct view/download link as URL in this key. You should commit the
455455
document 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).
457457
Prefer using open formats like PDF or ODT for maximum interoperability.
458458

459459
Whichever the format for the documentation, remember to make its source
@@ -676,7 +676,7 @@ Section ``dependsOn``
676676
This section provides an overview on the system-level dependencies
677677
required 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.:
680680
software libraries being used), and focus only on runtime and/or
681681
system-level dependencies that must be installed and maintained
682682
separately. For instance, a database is a good example of such

0 commit comments

Comments
 (0)