Update tutorial.md

Fix typo
This commit is contained in:
Rit Li 2021-04-24 10:03:33 +07:00 committed by GitHub
parent 23e23d034e
commit 342deb4892
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -41,6 +41,6 @@ This is a simplified example using Nim-like syntax to describe how to use `purge
ctx.purgeNames(counter) # remove all names associated with recent queries
```
The server can decice how much queries executed before calling `purgeNames`.
The server can decide how much queries executed before calling `purgeNames`.
### Star Wars tutorial