Skip to content

Commit f83e5a9

Browse files
authored
chore(vats): Fix typo in JSDoc (#11039)
1 parent d711f8f commit f83e5a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vats/src/core/utils.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ export const callProperties = (builders, ...args) =>
111111
fromEntries(builders.map(fn => entries(fn(...args))).flat());
112112

113113
/**
114-
* Attenuate `specimen` to only allow acccess to properties specified in
114+
* Attenuate `specimen` to only allow access to properties specified in
115115
* `template`
116116
*
117117
* @param {true | string | Record<string, any>} template true or vat name string

0 commit comments

Comments
 (0)