Skip to content

Commit bbf83b4

Browse files
authored
Fix inline code spacing
1 parent 5f0948a commit bbf83b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/controllers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ create() {
236236

237237
To redirect a response to a specific URL, you can either use a `@Redirect()` decorator or a library-specific response object (and call `res.redirect()` directly).
238238

239-
`@Redirect()` takes two arguments, `url` and` statusCode`, both are optional. The default value of `statusCode` is `302` (`Found`) if omitted.
239+
`@Redirect()` takes two arguments, `url` and `statusCode`, both are optional. The default value of `statusCode` is `302` (`Found`) if omitted.
240240

241241
```typescript
242242
@Get()

0 commit comments

Comments
 (0)