Skip to content

Commit 1859fb8

Browse files
committed
fix grammar in comments and docs
1 parent 2ac8f9e commit 1859fb8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/babel-plugin-component-annotate/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ pnpm add @sentry/babel-plugin-component-annotate --save-dev
5353

5454
Type: `string[]`
5555

56-
A list of strings representing the names of components to ignore. The plugin will not perform apply `data-sentry` annotations on the DOM element for these components.
56+
A list of strings representing the names of components to ignore. The plugin will not apply `data-sentry` annotations on the DOM element for these components.
5757

5858
## Example
5959

packages/bundler-plugin-core/src/types.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -320,12 +320,12 @@ export interface Options {
320320
*/
321321
enabled?: boolean;
322322
/**
323-
* A list of strings representing the names of components to ignore. The plugin will not perform any annotations on these components
323+
* A list of strings representing the names of components to ignore. The plugin will not apply `data-sentry` annotations on the DOM element for these components.
324324
*/
325325
ignoreComponents?: string[];
326326
// TODO: Support this option in the future
327327
/**
328-
* A list of strings representing local paths to files to ignore. The plugin will not perform any annotations on components in these files
328+
* A list of strings representing local paths to files to ignore. The plugin will not apply `data-sentry` annotations on components in these files
329329
*/
330330
// ignoreFiles?: string[];
331331
};

0 commit comments

Comments
 (0)