@firebase/api-documenter 0.4.0-canary.2ce95696f → 0.4.0-canary.2ddbd4e49

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -15,7 +15,7 @@
15
15
  * limitations under the License.
16
16
  */
17
17
  /**
18
- * Typescript interface describing the config schema for toc.yml file format.
18
+ * TypeScript interface describing the config schema for toc.yml file format.
19
19
  */
20
20
  export interface IConfigTableOfContents {
21
21
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firebase/api-documenter",
3
- "version": "0.4.0-canary.2ce95696f",
3
+ "version": "0.4.0-canary.2ddbd4e49",
4
4
  "description": "Read JSON files from api-extractor, generate documentation pages",
5
5
  "repository": {
6
6
  "directory": "repo-scripts/documenter",