Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Oct 2022 06:15:25 GMT
From:      =?utf-8?Q?Fernando=20Apestegu=C3=ADa?= <fernape@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: 8cfabb6478 - main - [phb] Fix typo.
Message-ID:  <202210170615.29H6FPHt007859@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape:

URL: https://cgit.FreeBSD.org/doc/commit/?id=8cfabb64783116748ccd55adc4dc0d125de72207

commit 8cfabb64783116748ccd55adc4dc0d125de72207
Author:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
AuthorDate: 2022-10-16 17:51:06 +0000
Commit:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
CommitDate: 2022-10-17 06:11:45 +0000

    [phb] Fix typo.
    
    Drupal 6 --> Drupal 7
---
 documentation/content/en/books/porters-handbook/uses/_index.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/documentation/content/en/books/porters-handbook/uses/_index.adoc b/documentation/content/en/books/porters-handbook/uses/_index.adoc
index 066a21fdb7..404777ccfa 100644
--- a/documentation/content/en/books/porters-handbook/uses/_index.adoc
+++ b/documentation/content/en/books/porters-handbook/uses/_index.adoc
@@ -388,7 +388,7 @@ Possible arguments: `7`, `module`, `theme`
 
 Automate installation of a port that is a Drupal theme or module.
 Use with the version of Drupal that the port is expecting.
-For example, `USES=drupal:7,module` says that this port creates a Drupal 6 module.
+For example, `USES=drupal:7,module` says that this port creates a Drupal 7 module.
 A Drupal 7 theme can be specified with `USES=drupal:7,theme`.
 
 [[uses-eigen]]



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202210170615.29H6FPHt007859>