Fix spellings for two words
Change-Id: I0cd0a5fed4784cb08acc29dc0bddcbc205975e1e
This commit is contained in:
parent
6e3ce52ee1
commit
8cbfd487a8
@ -210,7 +210,7 @@ class WorkflowsController(rest.RestController, hooks.HookController):
|
||||
:param marker: Optional. Pagination marker for large data sets.
|
||||
:param limit: Optional. Maximum number of resources to return in a
|
||||
single result. Default value is None for backward
|
||||
compatability.
|
||||
compatibility.
|
||||
:param sort_keys: Optional. Columns to sort results by.
|
||||
Default: created_at.
|
||||
:param sort_dirs: Optional. Directions to sort corresponding to
|
||||
|
@ -34,7 +34,7 @@ fixes:
|
||||
REPEATABLE_READ to READ_COMMITTED so process A can see changes committed
|
||||
in other transactions even if process A is in the middle of a transaction.
|
||||
|
||||
A short explaination regarding the different isolation levels:
|
||||
A short explanation regarding the different isolation levels:
|
||||
|
||||
- |
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user