Skip to content
This repository has been archived by the owner on Jun 14, 2018. It is now read-only.

Commit

Permalink
docs(): fix typos in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
architshukla authored and andrewconnell committed Jun 21, 2017
1 parent 5115da3 commit 75651cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/guides/CODING.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The components within the ngOfficeUIFabric are organized as follows:
│   │ │ ├── index.html
│   │ │   └── index.ts
│   │   ├── <component>Directive.spec.ts
│   │   ── <component>Directive.ts
│   │   ── <component>Directive.ts
│   └── icon
│   ├── demo
│   │   ├── index.html
Expand All @@ -42,7 +42,7 @@ The components within the ngOfficeUIFabric are organized as follows:
└── core.ts
```

All components will depend on the `core.ts` file which contains the shared assets in the library. The `components.ts` file contains the `officeuidabric.components` module declaration which consumers can use to import all components rather than one at a time.
All components will depend on the `core.ts` file which contains the shared assets in the library. The `components.ts` file contains the `officeuifabric.components` module declaration which consumers can use to import all components rather than one at a time.

Each component should have at least a `demo` folder that contains the HTML & script that demonstrates how the component can be used. This should be a fully working sample. Additional demo folders can be provided for alternate implementations of the component. use the naming convention `demo[..]` for these alternate implementations. In addition, feel free to include a `README.md` within the demo folders for additional explanation when warranted.

Expand Down Expand Up @@ -152,7 +152,7 @@ The type must be one of the following options. This is used to explain what was

### Scope

Anything specifying the place of the commit change. This is not always required and can be left blank, but in those causes leave an empty parents `()`.
Anything specifying the place of the commit change. This is not always required and can be left blank, but in those cases leave an empty parents `()`.

### Subject

Expand Down
2 changes: 1 addition & 1 deletion docs/guides/CONTRIB-WORKFLOW.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ The following is recommended for contributing to the repo:
> **NOTE**: Refer to the **[PULL-REQUESTS](PULL-REQUESTS.md)** page for more details on this.

It is OK to create your PR as a "WIP" (work in progress) on the upstream repo before the implementation is done. This can be useful if you'd like to start the feedback process concurrent with your implementation. **State this this is the case in the initial PR comment.**
It is OK to create your PR as a "WIP" (work in progress) on the upstream repo before the implementation is done. This can be useful if you'd like to start the feedback process concurrent with your implementation. **State that this is the case in the initial PR comment.**

0 comments on commit 75651cc

Please sign in to comment.