Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
varaibles -> variables - fixed typo.
  • Loading branch information
danielstaleiny authored Jan 21, 2021
commit f3aea75827c08c4e36026c4379ddd70fab1e093a
2 changes: 1 addition & 1 deletion en/01-NginxVariables02.tut
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ request being processed, and is irrelevant to C<location>.

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

Expand Down