Skip to content

Commit

Permalink
Fix Vale issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mheap committed Aug 15, 2022
1 parent c223d54 commit 8624508
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions .github/styles/kong/dictionary.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
acl
AgeNet
Alertmanager
allowlist
Expand All @@ -12,6 +13,7 @@ Bintray
Bitnami
blockquote
blockquotes
body_filter
boolean
CloudFormation
Cognito
Expand All @@ -22,6 +24,7 @@ cors
Curity
DAO
DAOs
datadog
Datadog
datagram
datagrams
Expand Down Expand Up @@ -50,6 +53,7 @@ grpc
grpcs
hardcoded
hashicorp
header_filter
hostname
hostnames
http
Expand All @@ -58,6 +62,7 @@ HTTPie
https
inbounds
ini
init_worker
inso
instrumentations
io
Expand All @@ -84,9 +89,11 @@ Kuma
kumactl
kustomization
Kustomize
loggly
Loggly
loopback
lua
Lua's
Luarocks
ngrok
npm
Expand Down Expand Up @@ -126,7 +133,9 @@ PowerShell
prepend
prepends
prepended
preread
profiler
prometheus
Prometheus
Protobuf
proxied
Expand All @@ -138,6 +147,7 @@ reentrant
referenceable
repo
Resty
rockspec
routable
runtime
runtimes
Expand All @@ -150,6 +160,7 @@ serverless
snis
Splunk
ssl
ssl_certificate
sso
Stap
stapxx
Expand All @@ -163,8 +174,10 @@ Bagdi
subcommand
substring
sudo
syslog
Syslog
tbl
tcp
tcpdump
teardown
tfvars
Expand Down Expand Up @@ -204,5 +217,6 @@ worker-ip
workspace
yaml
yml
zipkin
Zipkin
zsh
2 changes: 1 addition & 1 deletion src/gateway/plugin-development/custom-logic.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ return CustomHandler
```

Note that in the example above we are using Lua's `:` shorthand syntax for
functions taking `self` as a first parameter. An equivalent unshortened version
functions taking `self` as a first parameter. An equivalent non-shorthand version
of the `access` function would be:

``` lua
Expand Down

0 comments on commit 8624508

Please sign in to comment.