Skip to content

Commit f036211

Browse files
Merge pull request #1936 from Foair/patch-1
Fix inline code spacing
2 parents 5f0948a + bbf83b4 commit f036211

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)