[DOC-CVS] [doc-base] master: Fix a typo
[email protected] (Jakub Vrana)
| Newsgroups | php.doc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Jakub Vrana (vrana) Date: 2025-04-15T19:45:31+02:00 Commit: https://github.com/php/doc-base/commit/8685bac92761a0802ce450bd0d26d5df627a486b Raw diff: https://github.com/php/doc-base/commit/8685bac92761a0802ce450bd0d26d5df627a486b.diff Fix a typo Changed paths: M docs/editing.md Diff: diff --git a/docs/editing.md b/docs/editing.md index 21d675584..5ed62f3ff 100644 --- a/docs/editing.md +++ b/docs/editing.md @@ -11,7 +11,7 @@ When adding new functions or methods, there are a few options: ### Option A: Generating stub using `gen_stub.php` This is the new preferred way to generate files for new extensions, classes, functions -or methods using [`get_stub.php`][gen_stub]. The script is found in the [php-src][php-src] +or methods using [`gen_stub.php`][gen_stub]. The script is found in the [php-src][php-src] repository and uses the stub files to generate documentation (DocBook) files. ### Option B: Generating files using docgen