Skip to content

Commit 41db6d7

Browse files
Apply suggestions from code review
Co-authored-by: Jun Lee <[email protected]>
1 parent b31e82f commit 41db6d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/content/docs/web-analytics/configuration-options/filters.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ To filter the data shown on Web Analytics:
1212
2. Select the **Analytics & Logs** drop-down and choose **Web Analytics**.
1313
3. Select the website you want to check.
1414
4. Select **Add filter**.
15-
5. In the **New filter** box, choose your criteria from the dropdown. Refer to the [Dimensioms](/web-analytics/data-metrics/dimensions/) page for a list of available filters and their descriptions.
15+
5. In the **New filter** box, choose your criteria from the dropdown. Refer to the [Dimensions](/web-analytics/data-metrics/dimensions/) page for a list of available filters and their descriptions.
1616
6. Select **Apply**.
1717

1818
### Additional tips

src/content/docs/web-analytics/data-metrics/core-web-vitals.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ To access Core Web Vitals:
3030
Core Web Vitals is divided into three main sections, each one with information about a specific feature that affects user experience:
3131

3232
- [Largest Contentful Paint (LCP)](https://web.dev/optimize-lcp/): Measures perceived load speed by the user. It returns how long the main content of the page takes to be loaded.
33-
- [Interaction to Next Paint (INP](https://web.dev/inp/): Measures user interface responsiveness – how quickly a website responds to user interactions like clicks or key presses.
33+
- [Interaction to Next Paint (INP)](https://web.dev/inp/): Measures user interface responsiveness – how quickly a website responds to user interactions like clicks or key presses.
3434
- [First Input Delay (FID)](https://web.dev/optimize-fid/): Measures how fast a website is to respond to the first user input.
3535
- [Cumulative Layout Shift (CLS)](https://web.dev/optimize-cls/): Measures visual stability, that is, if there are shifts in the page layout as the various elements are being loaded into view.
3636

0 commit comments

Comments
 (0)