Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
nallave authored Nov 25, 2024
1 parent aa1961e commit 56ca7c4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion demos/palm/web/talking-character/src/apis/textToSpeech.ts
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ const useTextToSpeech =

const convert =
async (text: string) => {
// console.log('Lamda response: ', text);
// console.log('Lambda response: ', text);
// Use default voice for demo
const voice = getDefaultAvatarVoice();
if (!text || !voice?.cloudTtsVoice && !voice?.winslow) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ export class GraphRunner {
* format).
*
* Consumers must deserialize the binary representation themselves as this
* avoids addding a direct dependency on the Protobuf JSPB target in the graph
* avoids adding a direct dependency on the Protobuf JSPB target in the graph
* library.
*/
getCalculatorGraphConfig(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ const OutputCard = ({output}: {output: IMacroOutput}) => {
selected={viewAll}
onClick={e => {
if (cardHeight === 'auto') {
// Change it back from auto befor animating
// Change it back from auto before animating
setCardHeight(`${cardSizerRef.current?.offsetHeight}px`)
}
setViewAll(e)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@

:global(.masonryGrid) {
display: flex;
margin-left: -13px; // Gutter size offest
margin-left: -13px; // Gutter size offset
width: auto;
}

Expand Down

0 comments on commit 56ca7c4

Please sign in to comment.