about summary refs log tree commit diff
path: root/doc/languages-frameworks/php.section.md
diff options
context:
space:
mode:
authorPeder Bergebakken Sundt <pbsds@hotmail.com>2023-09-28 18:53:53 +0200
committerPeder Bergebakken Sundt <pbsds@hotmail.com>2023-09-28 19:06:13 +0200
commit470614b671f4a55fe0a509f4208dba2bb40c5a17 (patch)
treede8801bdfaece0c3e6705598730105226edea1a6 /doc/languages-frameworks/php.section.md
parentd37aa6f414c01bfebb7c3ed6719e4051898ab817 (diff)
downloadnixlib-470614b671f4a55fe0a509f4208dba2bb40c5a17.tar
nixlib-470614b671f4a55fe0a509f4208dba2bb40c5a17.tar.gz
nixlib-470614b671f4a55fe0a509f4208dba2bb40c5a17.tar.bz2
nixlib-470614b671f4a55fe0a509f4208dba2bb40c5a17.tar.lz
nixlib-470614b671f4a55fe0a509f4208dba2bb40c5a17.tar.xz
nixlib-470614b671f4a55fe0a509f4208dba2bb40c5a17.tar.zst
nixlib-470614b671f4a55fe0a509f4208dba2bb40c5a17.zip
treewide: Fix typos
Diffstat (limited to 'doc/languages-frameworks/php.section.md')
-rw-r--r--doc/languages-frameworks/php.section.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/languages-frameworks/php.section.md b/doc/languages-frameworks/php.section.md
index 2ca55aef1eff..377e3947b2a2 100644
--- a/doc/languages-frameworks/php.section.md
+++ b/doc/languages-frameworks/php.section.md
@@ -200,7 +200,7 @@ Internally, the helper operates in three stages:
    composer repository on the filesystem containing dependencies specified in
    `composer.json`. This process uses the function
    `php.mkComposerRepository` which in turn uses the
-   `php.composerHooks.composerRepositoryHook` hook. Internaly this function uses
+   `php.composerHooks.composerRepositoryHook` hook. Internally this function uses
    a custom
    [Composer plugin](https://github.com/nix-community/composer-local-repo-plugin) to
    generate the repository.