diff --git a/common/changes/office-ui-fabric-react/cliffkoh-miscFix_2018-04-18-22-24.json b/common/changes/office-ui-fabric-react/cliffkoh-miscFix_2018-04-18-22-24.json new file mode 100644 index 00000000000000..fedd9a652ce568 --- /dev/null +++ b/common/changes/office-ui-fabric-react/cliffkoh-miscFix_2018-04-18-22-24.json @@ -0,0 +1,11 @@ +{ + "changes": [ + { + "packageName": "office-ui-fabric-react", + "comment": "Fix minor typos", + "type": "none" + } + ], + "packageName": "office-ui-fabric-react", + "email": "cliff.koh@microsoft.com" +} \ No newline at end of file diff --git a/ghdocs/Contributing/BugFixes.md b/ghdocs/Contributing/BugFixes.md index b657ab6ca488af..24810d4b8e0838 100644 --- a/ghdocs/Contributing/BugFixes.md +++ b/ghdocs/Contributing/BugFixes.md @@ -3,7 +3,7 @@ Please use the following steps to contribute bug fixes -* Setup your branch using instructions in [GitbranchSetup](./Setup.md) +* Setup your branch using instructions in [Git branch Setup](./Setup.md) * Code and test the bug fix. diff --git a/packages/office-ui-fabric-react/src/demo/docs/GettingStartedOverview.md b/packages/office-ui-fabric-react/src/demo/docs/GettingStartedOverview.md index b6f017e271d9a3..1addb39e0be728 100644 --- a/packages/office-ui-fabric-react/src/demo/docs/GettingStartedOverview.md +++ b/packages/office-ui-fabric-react/src/demo/docs/GettingStartedOverview.md @@ -48,5 +48,3 @@ import { List } from 'office-ui-fabric-react/lib/List'; ## Using an AMD bundler like r.js If your project relies on AMD modules, they are dropped in the lib-amd folder. You will need to set up your bundler to handle the imports correctly. This may require you to symlink or copy the folder into your pre-bundle location. - - \ No newline at end of file