From cc30fcc0cfc4022bef8e24a3cf7ef5b4a2443db7 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Thu, 24 Feb 2022 01:47:58 -0500 Subject: [PATCH] spelling: command Signed-off-by: Josh Soref --- proposals/20191030-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proposals/20191030-api.md b/proposals/20191030-api.md index 6e92b9c3..0c0e93be 100644 --- a/proposals/20191030-api.md +++ b/proposals/20191030-api.md @@ -94,7 +94,7 @@ This translates in having the following set of `proto` files. } ``` -- one or more `.proto` containing the commond models - ie., the already existing `schema.proto` containing source enum, etc. +- one or more `.proto` containing the command models - ie., the already existing `schema.proto` containing source enum, etc. ```proto3 # schema.proto