Skip to content

Commit dc70256

Browse files
committed
Edit syntax
1 parent 9607276 commit dc70256

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

specification/snapshot/delete_repository/SnapshotDeleteRepositoryRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import { Duration } from '@_types/Time'
2323

2424
/**
2525
* Delete snapshot repositories.
26-
* When a repository is unregistered, Elasticsearch only removes the reference to the location where the repository is storing the snapshots.
26+
* When a repository is unregistered, Elasticsearch removes only the reference to the location where the repository is storing the snapshots.
2727
* The snapshots themselves are left untouched and in place.
2828
* @rest_spec_name snapshot.delete_repository
2929
* @availability stack since=0.0.0 stability=stable

specification/snapshot/status/SnapshotStatusRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import { Duration } from '@_types/Time'
2424
/**
2525
* Get the snapshot status.
2626
* Get a detailed description of the current state for each shard participating in the snapshot.
27-
* Note that this API should only be used to obtain detailed shard-level information for ongoing snapshots.
27+
* Note that this API should be used only to obtain detailed shard-level information for ongoing snapshots.
2828
* If this detail is not needed or you want to obtain information about one or more existing snapshots, use the get snapshot API.
2929
*
3030
* WARNING: Using the API to return the status of any snapshots other than currently running snapshots can be expensive.

0 commit comments

Comments
 (0)