Skip to content

Commit 56ca7c4

Browse files
authored
typos
1 parent aa1961e commit 56ca7c4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

demos/palm/web/talking-character/src/apis/textToSpeech.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ const useTextToSpeech =
211211

212212
const convert =
213213
async (text: string) => {
214-
// console.log('Lamda response: ', text);
214+
// console.log('Lambda response: ', text);
215215
// Use default voice for demo
216216
const voice = getDefaultAvatarVoice();
217217
if (!text || !voice?.cloudTtsVoice && !voice?.winslow) {

demos/palm/web/talking-character/third_party/mediapipe/web/graph_runner/graph_runner.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ export class GraphRunner {
484484
* format).
485485
*
486486
* Consumers must deserialize the binary representation themselves as this
487-
* avoids addding a direct dependency on the Protobuf JSPB target in the graph
487+
* avoids adding a direct dependency on the Protobuf JSPB target in the graph
488488
* library.
489489
*/
490490
getCalculatorGraphConfig(

demos/palm/web/textfx/src/components/generic/outputCard/outputCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ const OutputCard = ({output}: {output: IMacroOutput}) => {
462462
selected={viewAll}
463463
onClick={e => {
464464
if (cardHeight === 'auto') {
465-
// Change it back from auto befor animating
465+
// Change it back from auto before animating
466466
setCardHeight(`${cardSizerRef.current?.offsetHeight}px`)
467467
}
468468
setViewAll(e)

demos/palm/web/textfx/src/components/generic/outputSection/outputSection.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140

141141
:global(.masonryGrid) {
142142
display: flex;
143-
margin-left: -13px; // Gutter size offest
143+
margin-left: -13px; // Gutter size offset
144144
width: auto;
145145
}
146146

0 commit comments

Comments
 (0)