We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 374c0d4 commit 48c327cCopy full SHA for 48c327c
rest_framework/schemas/openapi.py
@@ -50,7 +50,7 @@ def check_duplicate_operation_id(self, paths):
50
'You have a duplicated operationId in your OpenAPI schema: {operation_id}\n'
51
'\tRoute: {route1}, Method: {method1}\n'
52
'\tRoute: {route2}, Method: {method2}\n'
53
- '\tAn operationId has to be unique accros your schema. Your schema may not work in other tools.'
+ '\tAn operationId has to be unique across your schema. Your schema may not work in other tools.'
54
.format(
55
route1=ids[operation_id]['route'],
56
method1=ids[operation_id]['method'],
0 commit comments