소스 검색

fix(docs): typo

Peter Thomassen 4 년 전
부모
커밋
3c22c83c43
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/dns/rrsets.rst

+ 1 - 1
docs/dns/rrsets.rst

@@ -6,7 +6,7 @@ Retrieving and Creating DNS Records
 All DNS information is composed of so-called *Resource Record Sets*
 (*RRsets*).  An RRset is the set of all Resource Records of a given record
 type for a given name.  For example, the name ``example.com`` may have an
-RRset of type ``A``, denoting the set of IPv4 addresses associatd with this
+RRset of type ``A``, denoting the set of IPv4 addresses associated with this
 name.  In the traditional Bind zone file format, the RRset would be written
 as::