treewide: Fix typos

This commit is contained in:
Peder Bergebakken Sundt 2023-09-28 18:53:53 +02:00
parent d37aa6f414
commit 470614b671
14 changed files with 19 additions and 19 deletions

View file

@ -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.