Skip to content

Commit 9f7242b

Browse files
doc: varaibles -> variables - fixed typo. (openresty#19)
1 parent e6c57a5 commit 9f7242b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/01-NginxVariables02.tut

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ request being processed, and is irrelevant to C<location>.
9797

9898
The Nginx variables we have seen so far are all (implicitly) created by
9999
directives like L<ngx_rewite/set>. We usually call such variables "user-defined
100-
varaibles", or simply "user variables". There is also another kind of Nginx
100+
variables", or simply "user variables". There is also another kind of Nginx
101101
variables that are I<pre-defined> by either the Nginx core or Nginx modules.
102102
Let's call this kind of variables "built-in variables".
103103

0 commit comments

Comments
 (0)