···11-// Package indigo/api/agnositc provides schema-agnostic helpers for fetching records from the network.
11+// Package indigo/api/agnostic provides schema-agnostic helpers for fetching records from the network.
22//
33// These are variants of endpoints in indigo/api/atproto.
44package agnostic
+1-1
search/parse_query.go
···62626363 switch tokParts[0] {
6464 case "did":
6565- // Used as a hack for `from:me` when suppplied by the client
6565+ // Used as a hack for `from:me` when supplied by the client
6666 did, err := syntax.ParseDID(p)
6767 if err != nil {
6868 continue