Skip to content
This repository was archived by the owner on Jan 22, 2019. It is now read-only.

Commit 2bf8899

Browse files
committed
fix: typo
1 parent 351a810 commit 2bf8899

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shared/components/options/OptionsConfiguration.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export class OptionsConfiguration extends React.Component<Props, State> {
7474
return null
7575
}
7676
return (
77-
<div className="options-configuation-page">
77+
<div className="options-configuration-page">
7878
<ConnectionCard permissionOrigins={permissionOrigins} storage={storage} currentUser={currentUser} />
7979
<FeatureFlagCard storage={storage} />
8080
</div>

0 commit comments

Comments
 (0)