Skip to content

Commit 309d017

Browse files
kvakildanielleadams
authored andcommittedJul 6, 2023
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>
1 parent 716d289 commit 309d017

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)
Please sign in to comment.