Docs: replace http url with https, use ripgrep project url and fix typo

This commit is contained in:
pagedown
2021-11-30 18:53:58 +08:00
parent 1d88371604
commit 8ed6ee97b2
5 changed files with 9 additions and 9 deletions

View File

@@ -114,7 +114,7 @@ def get_macos_shortcut_for(
# for maximum robustness we should use opts.alias_map to resolve
# aliases however this requires parsing everything on startup which could
# be potentially slow. Lets just hope the user doesnt alias these
# fucntions.
# functions.
ans = None
candidates = []
qkey = tuple(defn.split())