Skip to content

Commit 83a6d08

Browse files
Merge pull request #1092 from mileszhang2016/develop
Update condition_grammar.md
2 parents 135e9ba + 27d207f commit 83a6d08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en_us/condition/condition_grammar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ bfe_host = req_host_in("bfe-networks.com")
4141

4242
```go
4343
// return true if the value of new_host is true and the request method is GET
44-
$news_host && req_method_in("GET")
44+
$new_host && req_method_in("GET")
4545
```
4646

4747
## Grammar

0 commit comments

Comments
 (0)