git: 5af2320813 - main - fdp-primer/writing-style: Fix typo
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 23 Apr 2023 12:35:43 UTC
The branch main has been updated by salvadore: URL: https://cgit.FreeBSD.org/doc/commit/?id=5af2320813250dbe1ed9d8625c4da76ab47988f8 commit 5af2320813250dbe1ed9d8625c4da76ab47988f8 Author: Lorenzo Salvadore <salvadore@FreeBSD.org> AuthorDate: 2023-04-23 12:34:33 +0000 Commit: Lorenzo Salvadore <salvadore@FreeBSD.org> CommitDate: 2023-04-23 12:35:29 +0000 fdp-primer/writing-style: Fix typo Approved by: doceng (blanket) --- documentation/content/en/books/fdp-primer/writing-style/_index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/content/en/books/fdp-primer/writing-style/_index.adoc b/documentation/content/en/books/fdp-primer/writing-style/_index.adoc index 6fb569e607..9752ae1554 100644 --- a/documentation/content/en/books/fdp-primer/writing-style/_index.adoc +++ b/documentation/content/en/books/fdp-primer/writing-style/_index.adoc @@ -303,7 +303,7 @@ The following table describes the current rule names and respective severity. [[writing-style-linting-vale-rules]] === Current Vale Rules -. BrandTerms: Like The FreeBSD Project every major vendors and Companies have specific rules on writing their Brand Name. according to the Copyright rules of The FreeBSD Foundation *freebsd* should be written as *FreeBSD*. +. BrandTerms: Like The FreeBSD Project every major vendors and Companies have specific rules on writing their Brand Name. According to the Copyright rules of The FreeBSD Foundation *freebsd* should be written as *FreeBSD*. Similar to that care should be taken to be respective to other's brand value and write PostgreSQL, Node.js, Let's Encrypt etc. Missing brand names should be added to the [.filename]#.vale/styles/FreeBSD/BrandTerms.yml# in the `doc` repository.