erisu commented on code in PR #175: URL: https://github.com/apache/cordova-plugin-network-information/pull/175#discussion_r3071388495
########## README.md: ########## @@ -1,7 +1,3 @@ ---- -title: Network Information -description: Get information about wireless connectivity. ---- Review Comment: The `title` value is injected into the `<title>` element for the browser title bar. ```html <title>Network Information - Apache Cordova</title> ``` The `description` value is injected in as `<meta>` data for SEO, search engine results. ```html <meta name="description" content="Get information about wireless connectivity. "> ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
