Mbonea commited on
Commit
ee4cf71
1 Parent(s): bad8789

fixed typo

Browse files
Files changed (1) hide show
  1. Remotion-app/src/Root.jsx +1 -1
Remotion-app/src/Root.jsx CHANGED
@@ -8,7 +8,7 @@ export const RemotionRoot = () => {
8
  <Composition
9
  id="HelloWorld"
10
  component={HelloWorld}
11
- durationInFrames={Constants?.dutaion ? Constants.duration : 60 * 30}
12
  fps={30}
13
  height={Constants?.height ? Constants.height : 1920}
14
  width={Constants?.width ? Constants.width : 1080}
 
8
  <Composition
9
  id="HelloWorld"
10
  component={HelloWorld}
11
+ durationInFrames={Constants?.duration ? Constants.duration : 60 * 30}
12
  fps={30}
13
  height={Constants?.height ? Constants.height : 1920}
14
  width={Constants?.width ? Constants.width : 1080}