Skip to content

Commit

Permalink
Use correct spelling for grammar (#15)
Browse files Browse the repository at this point in the history
* Rename GRAMMER.md to GRAMMAR.md

* Update README.md

GRAMMER -> GRAMMAR

* Update docs.go

GRAMMER -> GRAMMAR
  • Loading branch information
jranson committed Aug 30, 2023
1 parent 91fdb10 commit ed006ca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Comparisons can be combined using: `and`, `or`.

More complex queries can be created using parentheses.

See [GRAMMAR.md](./GRAMMER.md) for a more complete documentation of [mql](https://pkg.go.dev/github.com/hashicorp/mql)'s grammar.
See [GRAMMAR.md](./GRAMMAR.md) for a more complete documentation of [mql](https://pkg.go.dev/github.com/hashicorp/mql)'s grammar.

Example query:

Expand Down Expand Up @@ -195,7 +195,7 @@ if err != nil {

### Grammar

See: [GRAMMAR.md](./GRAMMER.md)
See: [GRAMMAR.md](./GRAMMAR.md)

## Security

Expand Down
2 changes: 1 addition & 1 deletion docs.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
//
// More complex queries can be created using parentheses.
//
// See [GRAMMAR.md]: https://github.com/hashicorp/mql/blob/main/GRAMMER.md for a more complete documentation of mql's grammar.
// See [GRAMMAR.md]: https://github.com/hashicorp/mql/blob/main/GRAMMAR.md for a more complete documentation of mql's grammar.
//
// Example query:
//
Expand Down

0 comments on commit ed006ca

Please sign in to comment.