Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"packageName": "office-ui-fabric-react",
"comment": "Fix minor typos",
"type": "none"
}
],
"packageName": "office-ui-fabric-react",
"email": "[email protected]"
}
2 changes: 1 addition & 1 deletion ghdocs/Contributing/BugFixes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.

</div>