Skip to content

Commit 5ebb5b1

Browse files
authored
fix(docs): Fix typos in migration guide (#11099)
1 parent 780875f commit 5ebb5b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MIGRATION.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
These docs walk through how to migrate our JavaScript SDKs through different major versions.
44

55
- Upgrading from [SDK 4.x to 5.x/6.x](./docs/migration/v4-to-v5_v6.md)
6-
- Uprading from [SDK 6.x to 7.x](./docs/migration/v6-to-v7.md)
6+
- Upgrading from [SDK 6.x to 7.x](./docs/migration/v6-to-v7.md)
77
- Upgrading from [SDK 7.x to 8.x](./MIGRATION.md#upgrading-from-7x-to-8x)
88

99
# Upgrading from 7.x to 8.x
@@ -274,7 +274,7 @@ function middleware(res, req, next) {
274274

275275
You can [read more about the new performance APIs here](./docs/v8-new-performance-apis.md).
276276

277-
To accomodate these changes, we're removed the following APIs:
277+
To accommodate these changes, we're removed the following APIs:
278278

279279
- [`startTransaction` and `span.startChild`](./MIGRATION.md#deprecate-starttransaction--spanstartchild)
280280
- [Certain arguments in `startSpan` and `startTransaction`](./MIGRATION.md#deprecate-arguments-for-startspan-apis)

0 commit comments

Comments
 (0)