Skip to content

Commit b8722ae

Browse files
committed
fix typo
1 parent 437b0d5 commit b8722ae

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @code.store/arcxp-sdk-ts
22

3+
## 4.40.1
4+
5+
### Patch Changes
6+
7+
- fix polldaddy typo
8+
39
## 4.40.0
410

511
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@code.store/arcxp-sdk-ts",
3-
"version": "4.40.0",
3+
"version": "4.40.1",
44
"description": "A strongly typed set of ArcXP API's and utilities reduce the amount of work required to develop with ArcXP, starting with reducing the boilerplate code you have to write.",
55
"type": "commonjs",
66
"main": "./dist/index.js",

src/content-elements/content-elements.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,13 +220,13 @@ export const ContentElement = {
220220
type: 'reference' as const,
221221
};
222222
},
223-
polldady: (id: string, provider = 'https://polldaddy.com/oembed/?url=') => {
223+
polldaddy: (id: string, provider = 'https://polldaddy.com/oembed/?url=') => {
224224
return {
225225
referent: {
226226
id,
227227
provider,
228228
service: 'oembed',
229-
type: 'polldady',
229+
type: 'polldaddy',
230230
},
231231
type: 'reference' as const,
232232
};

0 commit comments

Comments
 (0)