Skip to content

Commit

Permalink
docs: fix typos of README.md (#435)
Browse files Browse the repository at this point in the history
  • Loading branch information
skymins04 authored Jan 18, 2024
1 parent 4ebfef7 commit 43153c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion extensions/plugin-google-analytics-4/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const { Stack, useFlow } = stackflow({
// https://bit.ly/3uQbriR
},
},
useTitle: true, // Optional. If true, the title of the current screen will be sent to GA. if false, ActivityName will be sent to GA.(defalut false).
useTitle: true, // Optional. If true, the title of the current screen will be sent to GA. if false, ActivityName will be sent to GA.(default false).
}),
],
});
Expand Down
4 changes: 2 additions & 2 deletions extensions/plugin-stack-depth-change/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ const { Stack, useFlow } = stackflow({
/**
* Initial loading
* @param depth
* @param activeActivites
* @param activeActivities
* @param activities
*/
onInit: ({ depth, activities, activeActivities }) => {},
/**
* When the depth changes
* @param depth
* @param activeActivites
* @param activeActivities
* @param activities
*/
onDepthChanged: ({ depth, activities, activeActivities }) => {},
Expand Down

1 comment on commit 43153c7

@vercel
Copy link

@vercel vercel bot commented on 43153c7 Jan 18, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.