Skip to content

Commit b53d740

Browse files
authored
Update Readme.md (#3)
Fixing a typo
1 parent 08b0f26 commit b53d740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ At the top level of your app add client provider:
3737
3838
ReactDOM.render(
3939
<FeatureClientProvider client={yourClientImplementation}>
40-
<MyAppliaction />
40+
<MyApplication />
4141
</FeatureClientProvider>,
4242
document.getElementById('application-container')
4343
);

0 commit comments

Comments
 (0)