diff xml/en/docs/http/ngx_http_js_module.xml @ 3039:e6b785b7e308

Minor fixes in njs documentation.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 06 Feb 2024 08:52:52 +0000
parents 58f0d9d7fe1d
children
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_js_module.xml
+++ b/xml/en/docs/http/ngx_http_js_module.xml
@@ -9,7 +9,7 @@
 <module name="Module ngx_http_js_module"
         link="/en/docs/http/ngx_http_js_module.html"
         lang="en"
-        rev="45">
+        rev="46">
 
 <section id="summary">
 
@@ -626,7 +626,7 @@ async function handler(s) {
 Preloads an
 <link doc="../njs/preload_objects.xml">immutable object</link>
 at configure time.
-The <literal>name</literal> is used a name of the global variable
+The <literal>name</literal> is used as a name of the global variable
 though which the object is available in njs code.
 If the <literal>name</literal> is not specified,
 the file name will be used instead.