Skip to content

Commit 579ca3a

Browse files
lints
1 parent 691e7b9 commit 579ca3a

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

develop-docs/frontend/using-rtl.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ As a part of this goal, we avoid testing implementation details so refactors (ch
2020
We are generally in favor of Use Case Coverage over Code Coverage.
2121

2222
## Use our built-in contexts
23-
By default, `render()` has some default contexts setup for you. The organization context is set to `OrganizationFixture()` and the router context has some default params like orgId and projectId. These can be overriden by passing a property to the 2nd argument of the `render()` function.
23+
By default, `render()` has some default contexts setup for you. The organization context is set to `OrganizationFixture()` and the router context has some default params like orgId and projectId. These can be overridden by passing a property to the 2nd argument of the `render()` function.
2424

2525
Example of overriding the default organization features and access:
2626
```tsx

docs/platforms/android/size-analysis/insights.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ cwebp -lossless input.jpg -o output.webp
100100
ffmpeg -i input.wav -c:a aac -b:a 128k output.m4a
101101
```
102102

103-
You can tweak the bitrate (`b:a`) to balance quality vs. size. Higher bitrates (192k-256k) will be higher quality, but larger size. Lower bitrates (96k-128k) will be lower quality, but smaller size. If your audio file is voice-only, you can use a lower bitrate with little degredation in quality. Music files may benefit from a higher bitrate.
103+
You can tweak the bitrate (`b:a`) to balance quality vs. size. Higher bitrates (192k-256k) will be higher quality, but larger size. Lower bitrates (96k-128k) will be lower quality, but smaller size. If your audio file is voice-only, you can use a lower bitrate with little degradation in quality. Music files may benefit from a higher bitrate.
104104

105105
### Hermes Debug Info (RN Only)
106106

docs/platforms/apple/common/user-feedback/configuration/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ SentrySDK.start { options in
151151

152152
### Accessibility
153153

154-
The Feedback widget is designed to be accessible, with a set of default accessibility labels that can be overriden. The following attributes are set to ensure the widget is accessible:
154+
The Feedback widget is designed to be accessible, with a set of default accessibility labels that can be overridden. The following attributes are set to ensure the widget is accessible:
155155

156156
#### `SentryUserFeedbackWidgetConfiguration`
157157

includes/size-analysis/upload-fastlane.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The Fastlane plugin can be used to upload XCArchive or IPA builds to Sentry. On
2828

2929
![Upload metadata =400x](./images/ios-metadata.png)
3030

31-
The Fastlane plugin automatically detects all build metadata. If needed, the metadata values can be overriden by passing parameters to `sentry_upload_build`:
31+
The Fastlane plugin automatically detects all build metadata. If needed, the metadata values can be overridden by passing parameters to `sentry_upload_build`:
3232

3333
```ruby {filename:Fastfile}
3434
lane :upload_to_sentry do

src/components/sidebar/collapsibleSidebarLink.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ interface SidebarLinkProps {
2323
className?: string;
2424

2525
/**
26-
* Indicates that the links are currently hidden. Overriden by isActive
26+
* Indicates that the links are currently hidden. overridden by isActive
2727
*/
2828
collapsed?: boolean | null;
2929
}

0 commit comments

Comments
 (0)