changeset 2481:8ed243471444

Typos fixed.
author Vladimir Homutov <vl@nginx.com>
date Tue, 21 Jan 2020 19:29:57 +0300
parents 73d254c3376d
children 9bf87153b1b3
files xml/en/docs/njs/node_modules.xml
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/njs/node_modules.xml	Tue Jan 21 17:10:35 2020 +0300
+++ b/xml/en/docs/njs/node_modules.xml	Tue Jan 21 19:29:57 2020 +0300
@@ -162,7 +162,7 @@
 
 </section>
 
-<section id="protobuf" name="Protobujfs">
+<section id="protobuf" name="Protobufjs">
 
 <para>
 The library provides a parser for the <literal>.proto</literal> interface
@@ -246,7 +246,7 @@
 ]
 </example>
 
-You can see thet this got us a properly encoded <literal>gRPC</literal> frame.
+You can see that this got us a properly encoded <literal>gRPC</literal> frame.
 Now let's run it with njs:
 
 <example>
@@ -513,8 +513,8 @@
 </example>
 
 Note that in this example generated code is not wrapped into function and we
-do not need to call it explicitely.
-The result is in the "<literal>dist</literal>" directoty:
+do not need to call it explicitly.
+The result is in the "<literal>dist</literal>" directory:
 
 <example>
 $ cat dist/wp_out.js code.js > njs_dns_bundle.js