You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to [Telegraph API page](http://telegra.ph/api#NodeElement): *A **Node** represents a DOM Node. It can be a String which represents a DOM text node or a NodeElement object.*
70
+
According to [Telegraph API page](http://telegra.ph/api#NodeElement): *A***Node***represents a DOM Node. It can be a String which represents a DOM text node or a NodeElement object.*
71
71
72
-
To simplify working with this concept, all **Node**s is a **NodeElement** in this library. That is, a string is a NodeElement. A text content like "Hello World!" can thus be expressed as:
72
+
To simplify working with this concept while using this library, all **Node**s is a **NodeElement**. This means that, a string is a NodeElement; thus, a text content like **"Hello World!"** can thus be expressed as:
0 commit comments