Skip to content

Commit f3b4b5a

Browse files
committed
Remove inline code for callout title
1 parent cdf1416 commit f3b4b5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/getting-started/02-simple-install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ That snippet loads Analytics.js onto the page _asynchronously_, so it won't affe
8282
<br>
8383
The [Identify](/docs/connections/spec/identify/) method tells Segment who the current user is. It includes a unique user ID and any optional traits you know about them. You can read more about it in the [Identify method reference](/docs/connections/sources/catalog/libraries/website/javascript#identify).
8484
<br><br>
85-
> info "You don't need to call `identify` for anonymous visitors to your site"
85+
> info "You don't need to call identify for anonymous visitors to your site"
8686
> Segment automatically assigns them an `anonymousId` so just calling `page` and `track` works without `identify`.
8787
<br>
8888
Here's an example of what a basic call to `identify` might look like:

0 commit comments

Comments
 (0)