Skip to content

Commit 316d626

Browse files
kvakiltargos
authored andcommitted
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 <[email protected]> Reviewed-By: Debadree Chatterjee <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Danielle Adams <[email protected]> Reviewed-By: Erick Wendel <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]>
1 parent 90f4e16 commit 316d626

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/contributing/maintaining-dependencies.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ more of these reasons:
4949
3. They have a system wide configuration for the
5050
dependency that all applications should respect.
5151

52-
## Supporting externalized dependencies with native code.
52+
## Supporting externalized dependencies with native code
5353

5454
Support for externalized dependencies with native code for which a
5555
shared library is available can added by:
@@ -76,7 +76,7 @@ shared library is available can added by:
7676
}],
7777
```
7878

79-
## Supporting externalizable dependencies with JavaScript codeIZA
79+
## Supporting externalizable dependencies with JavaScript code
8080

8181
Support for an externalizable dependency with JavaScript code
8282
can be added by:

0 commit comments

Comments
 (0)