Skip to content
This repository has been archived by the owner on Jul 31, 2020. It is now read-only.

Commit

Permalink
chore(examples): fixes #93
Browse files Browse the repository at this point in the history
  • Loading branch information
ProbablePrime authored Feb 26, 2018
1 parent ca2c15d commit 42ee645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/basic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ client.open({
versionId: parseInt(process.argv[3], 10),
}).then(() => {
// Now we can create the controls, We need to add them to a scene though.
// Every Interactive Experience has a "default" scene so we'll add them there there.
// Every Interactive Experience has a "default" scene so we'll add them there.
return client.createControls({
sceneID: 'default',
controls: makeControls(5, i => `Button ${i}`),
Expand Down

0 comments on commit 42ee645

Please sign in to comment.