Skip to content

Commit 44add74

Browse files
committed
review comments
1 parent dccc1bc commit 44add74

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/nuxt/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Sentry.init({
7575

7676
### 4. Server-side setup
7777

78-
Add an `sentry.server.config.ts` file to the root of your project:
78+
Add a `sentry.server.config.ts` file to the root of your project:
7979

8080
```javascript
8181
import * as Sentry from '@sentry/nuxt';
@@ -137,23 +137,23 @@ When adding `sentry.server.config.ts`, you might get an error like this:
137137
for `@vercel/nft` to fix this. This will add the `hook.mjs` file to your build output
138138
([Nitro issue here](https://github.com/unjs/nitro/issues/2703)).
139139

140-
In `npm`:
140+
For `npm`:
141141

142142
```json
143143
"overrides": {
144144
"@vercel/nft": "^0.27.4"
145145
}
146146
```
147147

148-
in `yarn`:
148+
for `yarn`:
149149

150150
```json
151151
"resolutions": {
152152
"@vercel/nft": "^0.27.4"
153153
}
154154
```
155155

156-
or in `pnpm`:
156+
or for `pnpm`:
157157

158158
```json
159159
"pnpm": {

0 commit comments

Comments
 (0)