Skip to content

Commit

Permalink
fix: typos (#2066)
Browse files Browse the repository at this point in the history
## Description:
fix typos

Co-authored-by: Gyanendra Mishra <[email protected]>
  • Loading branch information
Thabokani and h4ck3rk3y authored Mar 1, 2024
1 parent 6d5248d commit 1b6aff7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion api/golang/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ For ephemeral enclaves, such as those used in end-to-end testing, you can destro
err := kurtosisCtx.DestroyEnclave(ctx, enclaveName)
```

These instructions should help you get started with using the Kurtosis Go SDK to create and manage enclaves for your projects. If you need further assistance or ahve questions, please open a [Github Discussion](https://github.com/kurtosis-tech/kurtosis/discussions/categories/q-a) or ping us in [Discord](https://discord.com/invite/HUapYX9RvV).
These instructions should help you get started with using the Kurtosis Go SDK to create and manage enclaves for your projects. If you need further assistance or have questions, please open a [Github Discussion](https://github.com/kurtosis-tech/kurtosis/discussions/categories/q-a) or ping us in [Discord](https://discord.com/invite/HUapYX9RvV).
2 changes: 1 addition & 1 deletion api/typescript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,4 @@ if(destroyEnclaveResponse.isErr()) {
}
```

These instructions should help you get started with using the Kurtosis Typescript SDK to create and manage enclaves for your projects. If you need further assistance or ahve questions, please open a [Github Discussion](https://github.com/kurtosis-tech/kurtosis/discussions/categories/q-a) or ping us in [Discord](https://discord.com/invite/HUapYX9RvV).
These instructions should help you get started with using the Kurtosis Typescript SDK to create and manage enclaves for your projects. If you need further assistance or have questions, please open a [Github Discussion](https://github.com/kurtosis-tech/kurtosis/discussions/categories/q-a) or ping us in [Discord](https://discord.com/invite/HUapYX9RvV).
2 changes: 1 addition & 1 deletion cli/cli/command_framework/lowlevel/args/arg_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ type ArgConfig struct {

// TODO Add & render descriptions!!

// If set to true, this argument can be ommitted
// If set to true, this argument can be omitted
IsOptional bool

// For non-greedy args, this must be a string
Expand Down
2 changes: 1 addition & 1 deletion cli/cli/commands/files/inspect/inspect.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ var sizeSuffix = []byte{'K', 'M', 'G', 'T', 'P'}
var FilesInspectCmd = &engine_consuming_kurtosis_command.EngineConsumingKurtosisCommand{
CommandStr: command_str_consts.FilesInspectCmdStr,
ShortDescription: "Inspect files of an enclave",
LongDescription: "Inspect the requested file artifact, returning the file tree, metadata and a preview, if avaliable",
LongDescription: "Inspect the requested file artifact, returning the file tree, metadata and a preview, if available",
KurtosisBackendContextKey: kurtosisBackendCtxKey,
EngineClientContextKey: engineClientCtxKey,
Flags: []*flags.FlagConfig{},
Expand Down

0 comments on commit 1b6aff7

Please sign in to comment.