Skip to content

Commit

Permalink
Merge pull request bump-sh#432 from paulRbr/copywriting
Browse files Browse the repository at this point in the history
doc: fix EN spelling
  • Loading branch information
paulRbr authored Apr 13, 2023
2 parents e66cc02 + 7c4d42f commit 80a015c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ _Note: You can also test this feature in our dedicated web application at <https

#### Authenticated diffs attached to your Bump documentation

From a Bump documentation, the `diff` command will retrieve a comparaison changelog between your existing documentation and the given file or URL:
From a Bump documentation, the `diff` command will retrieve a comparison changelog between your existing documentation and the given file or URL:

```sh-session
$ bump diff path/to/your/file.yml --doc DOC_ID_OR_SLUG --token DOC_TOKEN
Expand All @@ -152,7 +152,7 @@ Updated: POST /validations
Body attribute modified: documentation
```

If you want to compare two unpublished versions of your definition file, the `diff` command can retrieve a comparaison changelog between two given file or URL, “as simple as `git diff`”:
If you want to compare two unpublished versions of your definition file, the `diff` command can retrieve a comparison changelog between two given file or URL, “as simple as `git diff`”:

```sh-session
$ bump diff path/to/your/file.yml path/to/your/next-file.yml --doc <doc_slug> --token <your_doc_token>
Expand All @@ -162,8 +162,6 @@ Updated: POST /versions
Body attribute added: previous_version_id
```

_Note: you can use the `--open` flag to open the visual diff URL in your browser directly._

Please check `bump diff --help` for full usage details.

## Development
Expand Down

0 comments on commit 80a015c

Please sign in to comment.