porting all github actions from bluesky-social/indigo to tangled CI

Minor Typo Fixes in Documentation and Comments (#1104)



Description:
This pull request corrects minor typos in documentation and inline
comments to improve clarity and maintain code quality.

authored by bnewbold.net and committed by GitHub 488d1b91 336ebe49

Changed files
+2 -2
api
agnostic
search
+1 -1
api/agnostic/doc.go
··· 1 - // Package indigo/api/agnositc provides schema-agnostic helpers for fetching records from the network. 1 + // Package indigo/api/agnostic provides schema-agnostic helpers for fetching records from the network. 2 2 // 3 3 // These are variants of endpoints in indigo/api/atproto. 4 4 package agnostic
+1 -1
search/parse_query.go
··· 62 62 63 63 switch tokParts[0] { 64 64 case "did": 65 - // Used as a hack for `from:me` when suppplied by the client 65 + // Used as a hack for `from:me` when supplied by the client 66 66 did, err := syntax.ParseDID(p) 67 67 if err != nil { 68 68 continue