Skip to content

Commit

Permalink
fixed writing in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bateman001 committed Dec 12, 2024
1 parent 52c7d3a commit 24ba33e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const App = () => {

### 3. Meta Configuration

The meta configuration will capture all of the information in the meta tags. It will set configure the pageName from the title tag in the head.
The meta configuration will capture all of the information in the meta tags. It will configure the pageName from the title tag in the head.

**Implementation:**

Expand All @@ -77,7 +77,7 @@ const App = () => {

### 4. Schema Configuration

The schema configuration will capture all of the information in the schemas on the page. It will set configure the pageName from the url path.
The schema configuration will capture all of the information in the schemas on the page. It will configure the pageName from the url path.

**Implementation:**

Expand All @@ -100,7 +100,7 @@ const App = () => {

### 5. Multi Capture Configuration

Multi Capture Configuration will defualt capture information from certain aspects of the page.
Multi Capture Configuration will by defualt capture information from certain aspects of the page.

**Implementation:**

Expand All @@ -123,7 +123,7 @@ const App = () => {

### 6. Singular Page Capture Rules

Additionally we can overried the default capture rules by add capture rules to certain pages.
Additionally, we can overried the default capture rules by adding capture rules to specific pages.

**Implementation:**

Expand All @@ -147,7 +147,7 @@ const App = () => {

### 7. useFSNavigate Configuration

If you would like FullStory to capture custom pagenames and properties we can use the hook `useFSNavigate()`. The page name will the set to your custom pagename and the custom properties will be added to the properties captured by the default configuration or page configuration rules.
If you would like FullStory to capture custom pagenames and properties we can use the hook `useFSNavigate()`. The page name will be set to your custom pagename and the custom properties will be added to the properties captured by the default configuration or page configuration rules.

**Implementation:**

Expand Down

0 comments on commit 24ba33e

Please sign in to comment.