diff --git a/doc/CONVENTIONS.org b/doc/CONVENTIONS.org index cbe53480f..35421c872 100644 --- a/doc/CONVENTIONS.org +++ b/doc/CONVENTIONS.org @@ -369,7 +369,7 @@ one or more bindings for the same thing Refactoring prefix is ~SPC m r~. ** Imports -When =import= management is supported the following key-bindings should be used: +When =import= management is supported the following key bindings should be used: | Key binding | Description | |-------------+------------------------------------| diff --git a/layers/+lang/javascript/README.org b/layers/+lang/javascript/README.org index 518929356..7beac1a79 100644 --- a/layers/+lang/javascript/README.org +++ b/layers/+lang/javascript/README.org @@ -184,7 +184,7 @@ doing this [[https://stackoverflow.com/questions/9679932#comment33532258_9683472 ** Importing (import-js) -| Key Binding | Description | +| Key binding | Description | |-------------+---------------------------------------------------------------------| | ~SPC m i i~ | Import the module for the variable under the cursor | | ~SPC m i f~ | Import any missing modules and remove any modules that are not used |