Skip to content

Commit

Permalink
Clarify service-level pagination configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
kstich committed Nov 25, 2022
1 parent b653f9c commit f21c51d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/source-1.0/spec/core/behavior-traits.rst
Original file line number Diff line number Diff line change
Expand Up @@ -257,9 +257,9 @@ explicitly on the operation.
}
Attaching the ``paginated`` trait to a service provides default pagination
configuration settings to all operations bound within the closure of the
service. Pagination settings configured on an operation override any inherited
service setting.
configuration settings to all ``paginated`` operations bound within the closure
of the service. Pagination settings configured on an operation override any
inherited service setting.

The following example defines a paginated operation that inherits some
settings from a service.
Expand Down
6 changes: 3 additions & 3 deletions docs/source-2.0/spec/behavior-traits.rst
Original file line number Diff line number Diff line change
Expand Up @@ -269,9 +269,9 @@ explicitly on the operation.
}
Attaching the ``paginated`` trait to a service provides default pagination
configuration settings to all operations bound within the closure of the
service. Pagination settings configured on an operation override any inherited
service setting.
configuration settings to all ``paginated`` operations bound within the closure
of the service. Pagination settings configured on an operation override any
inherited service setting.

The following example defines a paginated operation that inherits some
settings from a service.
Expand Down

0 comments on commit f21c51d

Please sign in to comment.