fix: corrected some spelling typos

This commit is contained in:
Dylan R. E. Moonfire 2020-08-18 00:07:29 -05:00
parent 16bdeec5c3
commit f05730c674
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@ import * as scanner from "../scanner";
import * as table from "./table";
export var command = "count";
export var describe = "Counts the number of works in the given input";
export var describe = "Counts the number of words in the given input";
export function builder(yargs: yargs.Arguments)
{

View file

@ -3,7 +3,7 @@ import * as yargs from "yargs";
import * as scanner from "../scanner";
export var command = "sections";
export var describe = "Create a summary table of requested fields";
export var describe = "Extracts a YAML field into sections";
export function builder(yargs: yargs.Arguments)
{