From ed006caa93bbb3e33fd8c5ad2c62068ae7a6867e Mon Sep 17 00:00:00 2001 From: James Ranson Date: Wed, 30 Aug 2023 14:33:12 -0600 Subject: [PATCH] Use correct spelling for grammar (#15) * Rename GRAMMER.md to GRAMMAR.md * Update README.md GRAMMER -> GRAMMAR * Update docs.go GRAMMER -> GRAMMAR --- GRAMMER.md => GRAMMAR.md | 0 README.md | 4 ++-- docs.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename GRAMMER.md => GRAMMAR.md (100%) diff --git a/GRAMMER.md b/GRAMMAR.md similarity index 100% rename from GRAMMER.md rename to GRAMMAR.md diff --git a/README.md b/README.md index 637d8cf..b37b421 100644 --- a/README.md +++ b/README.md @@ -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: @@ -195,7 +195,7 @@ if err != nil { ### Grammar -See: [GRAMMAR.md](./GRAMMER.md) +See: [GRAMMAR.md](./GRAMMAR.md) ## Security diff --git a/docs.go b/docs.go index 6447d06..a0054df 100644 --- a/docs.go +++ b/docs.go @@ -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: //