Skip to content

Commit 9271057

Browse files
authored
chore(AIP-121): fix some grammar and punctuation issues (#1470)
1 parent 2739ccf commit 9271057

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

aip/general/0121.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ operations (either successful or with an error, long-running operation, or
101101
synchronous) **must** mean that the state of the resource's existence and all
102102
user-settable values have reached a steady-state.
103103

104-
[output only][] values unrelated to the resource [state][] **should** also have
104+
[Output only][] values unrelated to the resource [state][] **should** also have
105105
reached a steady-state for values that are related to the resource [state][].
106106

107107
Examples include:
@@ -121,8 +121,8 @@ ensuring that resources immediately reflect steady user state after an operation
121121
is complete ensures clients can rely on method completion as a signal to begin
122122
the next operation.
123123

124-
[output only][] fields ideally would follow the same guidelines, but as
125-
these fields can often represent a resources live state, it's sometimes
124+
[Output only][] fields ideally would follow the same guidelines, but as
125+
these fields can often represent a resource's live state, it's sometimes
126126
necessary for these values to change after a successful mutation operation to
127127
reflect a state change.
128128

0 commit comments

Comments
 (0)