Skip to content

Commit 3a2bdf6

Browse files
reference/ spelling fixes (part 5/n) (#1435)
1 parent 46f4a9f commit 3a2bdf6

File tree

5 files changed

+18
-5
lines changed

5 files changed

+18
-5
lines changed

cspell.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,23 @@
2525
"addatatable",
2626
"Authy",
2727
"autoprovisioning",
28+
"Bamboleo",
2829
"Bucketize",
2930
"callout",
3031
"Cartfile",
3132
"CCPA",
3233
"Clickstream",
3334
"cloudimport",
35+
"clsx",
3436
"Cocoapods",
3537
"cohorting",
3638
"concat",
39+
"Dagster",
40+
"datetimes",
3741
"Discoverability",
3842
"docsearch",
3943
"DWCK",
44+
"expirable",
4045
"falsey",
4146
"Figjam",
4247
"Freshpaint",
@@ -46,10 +51,12 @@
4651
"IDFA",
4752
"iframe",
4853
"Isha",
54+
"Jayaram",
4955
"Kapa",
5056
"Leanplum",
5157
"Marketo",
5258
"mixpanelapi",
59+
"monoschema",
5360
"mozallowfullscreen",
5461
"mparticle",
5562
"mpcehash",
@@ -61,13 +68,16 @@
6168
"objc",
6269
"Onelogin",
6370
"onesignal",
71+
"openapi",
6472
"pageview",
6573
"Podfile",
6674
"postback",
6775
"projectoken",
6876
"projecttoken",
6977
"pubspec",
7078
"quickstart",
79+
"rdme",
80+
"redocly",
7181
"Referer",
7282
"retryable",
7383
"ROAS",
@@ -82,12 +92,14 @@
8292
"Signups",
8393
"stddev",
8494
"struct",
95+
"tailwindcss",
8596
"Tealium",
8697
"Textareas",
8798
"typeof",
8899
"uaparser",
89100
"unitypackage",
90101
"unmerge",
102+
"Unsets",
91103
"unverify",
92104
"urlencode",
93105
"urllib",
@@ -97,6 +109,7 @@
97109
"waitlist",
98110
"webkitallowfullscreen",
99111
"xcworkspace",
112+
"XPUT",
100113
"yourfullname"
101114
]
102115
}

reference/Mixpanel APIs/authentication/request-signature.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ In order to generate a request signature you will need the following information
2727

2828
Calculating the signature is done in parts:
2929
1) Alphabetically sort all parameters being used in the request. This excludes your api_secret
30-
2) alphabetically sorted order, concatenate the parameter and parameter value joined by an equal sign. For example: `param1=paramvalue1param2=paramvalue2`
30+
2) alphabetically sorted order, concatenate the parameter and parameter value joined by an equal sign. For example: `param1=value1param2=value2`
3131
2) append the api_secret to the string of concatenated parameters.
3232
3) md5 hash the final string
3333

@@ -67,7 +67,7 @@ Request with Signature
6767
https://mixpanel.com/api/2.0/events/
6868
&interval=7
6969
&expire=1275624968
70-
&api_key=f0aa34668dsadsa231
70+
&api_key=xxxxx
7171
&type=average
7272
&event=%5B%22splash+features<%22%2C+%22account-page%22%5D
7373
&unit=day

reference/Mixpanel APIs/rate-limits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ categorySlug: "mixpanel-apis"
66
createdAt: "2023-10-31T15:28:39.814Z"
77
updatedAt: "2023-10-31T15:38:48.152Z"
88
---
9-
We enforce a rate limit on our API to ensure the integrity of our system as well as prevent a single project from monopolizing the avaialble resources for other projects. Getting a 429 response code from our API means that you have reached our rate-limit.
9+
We enforce a rate limit on our API to ensure the integrity of our system as well as prevent a single project from monopolizing the available resources for other projects. Getting a 429 response code from our API means that you have reached our rate-limit.
1010

1111
The rate limits are as follows:
1212

reference/Mixpanel APIs/segmentation-expressions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The power of segmentation comes from the ability to define custom expressions ba
5252
[/block]
5353
## Typecast Operations
5454

55-
Internally, all properties of events have a type. This type is determined when we parse the event sent to us into a JSON object. Currently, there are three types, string, number, and boolean, which may be specified directly. A property may also have the values null and undefined, which are only handled internally. The default type is string. If you wish to treat an expression as another type, you may use the typecast operators to cast a property to a different type. For example, if `properties["signed up"]` has values of `"true"` and `"false"` as strings, and you wish to intercode them as booleans, you may cast them by using the `boolean() typecast function: boolean(properties["signed up"])`.
55+
Internally, all properties of events have a type. This type is determined when we parse the event sent to us into a JSON object. Currently, there are three types, string, number, and boolean, which may be specified directly. A property may also have the values null and undefined, which are only handled internally. The default type is string. If you wish to treat an expression as another type, you may use the typecast operators to cast a property to a different type. For example, if `properties["signed up"]` has values of `"true"` and `"false"` as strings, and you wish to encode them as booleans, you may cast them by using the `boolean() typecast function: boolean(properties["signed up"])`.
5656

5757
The typecasting rules are described below.
5858

reference/Query API/event-breakdown/query-event-properties.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Aggregrated Event Property Values"
2+
title: "Aggregated Event Property Values"
33
slug: "query-event-properties"
44
excerpt: "Get unique, total, or average data for of a single event and property over days, weeks, or months."
55
hidden: false

0 commit comments

Comments
 (0)