diff --git a/doc/modules/ROOT/pages/nrepl-api/ops.adoc b/doc/modules/ROOT/pages/nrepl-api/ops.adoc index 11e926cb..e7e362f0 100644 --- a/doc/modules/ROOT/pages/nrepl-api/ops.adoc +++ b/doc/modules/ROOT/pages/nrepl-api/ops.adoc @@ -469,7 +469,7 @@ Returns:: * `:doc-fragments` May be absent. Represents the body of a Java doc comment, including the first sentence and excluding any block tags. It's a vector of fragments, where fragment is a map with ``:type`` ('text' or 'html') and ``:content`` plain text or html markup, respectively * `:file` Either a URI or a relative path where the symbol is defined. * `:line` The line number the symbol is defined. -* `:name` The unqualitfied name of the symbol. +* `:name` The unqualified name of the symbol. * `:ns` The namespace the symbol belongs to. * `:status` done diff --git a/src/cider/nrepl.clj b/src/cider/nrepl.clj index 1b1b8fb6..15a8099a 100644 --- a/src/cider/nrepl.clj +++ b/src/cider/nrepl.clj @@ -296,7 +296,7 @@ Note: Documentation may be incomplete; not all return keys are described." "column" "The column number where the symbol is defined." "file" "Either a URI or a relative path where the symbol is defined." "line" "The line number the symbol is defined." - "name" "The unqualitfied name of the symbol." + "name" "The unqualified name of the symbol." "ns" "The namespace the symbol belongs to." "status" "done"} fragments-doc)}