Skip to content

Commit

Permalink
fix: fixes spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgilman committed Jan 30, 2024
1 parent eb6a2c8 commit 20d4871
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 3 deletions.
1 change: 1 addition & 0 deletions .config/dictionaries/project.dic
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ sqlfluff
subproject
subprojects
superfences
templating
testpackage
Timoni
transpiling
Expand Down
2 changes: 1 addition & 1 deletion tools/updater/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
> A helper tool for updating CUE files, especially [Timoni] bundle files.
The `updater` CLI provides an interface for performing common deployment operations within Project Catalyst.
It has various subcommands centered around supporting GitOps operations by updating CUE files, especialy [Timoni] bundle files.
It has various subcommands centered around supporting GitOps operations by updating CUE files, especially [Timoni] bundle files.
It can be used in tandem with a CI/CD provider to easily update CUE configuration files within an existing repository.

## Usage
Expand Down
2 changes: 1 addition & 1 deletion tools/updater/cmd/main.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package main

// cspell: words afero alecthomas cuelang cuecontext cuectx existingfile mheers Timoni nolint
// cspell: words afero alecthomas cuectx existingdir existingfile Timoni nolint

import (
"encoding/json"
Expand Down
2 changes: 1 addition & 1 deletion tools/updater/pkg/cue.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package pkg

// cspell: words afero cuelang
// cspell: words afero cuectx cuelang mheers

import (
"fmt"
Expand Down
2 changes: 2 additions & 0 deletions tools/updater/pkg/deployment.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
package pkg

// cspell: words afero

import (
"fmt"
"os"
Expand Down
2 changes: 2 additions & 0 deletions tools/updater/pkg/deployment_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
package pkg_test

// cspell: words afero

import (
"fmt"

Expand Down

0 comments on commit 20d4871

Please sign in to comment.