Skip to content

Commit 433c98a

Browse files
Update content/techniques/versioning.md
1 parent 896f97c commit 433c98a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/techniques/versioning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ export class CatsController {
233233

234234
#### Global default version
235235

236-
If you do not want to provide a version to each controller/individual routes, or if you want to have some version as the default version for every controller/individual routes that does not have defined a version, you could enable versioning like the following:
236+
If you do not want to provide a version for each controller/or individual routes, or if you want to have a specific version set as the default version for every controller/route that don't have the version specified, you could set the `defaultVersion` as follows:
237237

238238
```typescript
239239
@@filename(main)

0 commit comments

Comments
 (0)