Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: uncle <[email protected]>
  • Loading branch information
ouchi2501 authored and ffjlabo committed Dec 8, 2023
1 parent f1312dc commit 29d31c5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/rfcs/0011-pipectrl-init.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
- Start Date: 2023-11-24
- Start Date: 2023-11-14
- Target Version: 1.45.1

# Summary

To simplify the creation of a configuration file using the pipectrl init command.
To simplify the creation of a configuration file using the pipectl init command.

# Motivation

Expand All @@ -12,8 +12,8 @@ Also, build in the ability to easily migrate from the configuration files of use

# Detailed design

pipectrl init command will be added to the pipecdctl command.
The pipectrl init command will have 3 features.
pipectl init command will be added to the pipectl command.
The pipectl init command will have 3 features.

1. Create a configuration file from scratch
2. Create a configuration file from an existing configuration file
Expand Down Expand Up @@ -324,7 +324,7 @@ gpt3 is more open to unpaid users.
command

```bash
$ pipectrl init
$ pipectl init
```

### option
Expand Down

0 comments on commit 29d31c5

Please sign in to comment.