Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
doc: fix "maintaining dependencies" heading typos
Fix the obvious "IZA" typo. Also remove a period, since that seems to
match the rest of the doc folder.

PR-URL: #47082
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: Debadree Chatterjee <debadree333@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Danielle Adams <adamzdanielle@gmail.com>
Reviewed-By: Erick Wendel <erick.workspace@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
  • Loading branch information
kvakil authored and targos committed Mar 18, 2023
1 parent 90f4e16 commit 316d626
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/contributing/maintaining-dependencies.md
Expand Up @@ -49,7 +49,7 @@ more of these reasons:
3. They have a system wide configuration for the
dependency that all applications should respect.

## Supporting externalized dependencies with native code.
## Supporting externalized dependencies with native code

Support for externalized dependencies with native code for which a
shared library is available can added by:
Expand All @@ -76,7 +76,7 @@ shared library is available can added by:
}],
```

## Supporting externalizable dependencies with JavaScript codeIZA
## Supporting externalizable dependencies with JavaScript code

Support for an externalizable dependency with JavaScript code
can be added by:
Expand Down

0 comments on commit 316d626

Please sign in to comment.