summaryrefslogtreecommitdiffstats
path: root/src/nfc/doc/src/nfc-overview.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/nfc/doc/src/nfc-overview.qdoc')
-rw-r--r--src/nfc/doc/src/nfc-overview.qdoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/nfc/doc/src/nfc-overview.qdoc b/src/nfc/doc/src/nfc-overview.qdoc
index 6c479c62..25e193a6 100644
--- a/src/nfc/doc/src/nfc-overview.qdoc
+++ b/src/nfc/doc/src/nfc-overview.qdoc
@@ -29,14 +29,14 @@
\ingroup technology-apis
\title Qt NFC Overview
\page qtnfc-overview.html
-\brief The Qt NFC classes provides access to NFC enabled devices.
+\brief Provides access to NFC enabled devices.
\tableofcontents
With the Qt NFC API typical use cases are:
\list
- \li Detect NFC tags entering and leaving communication range.
+ \li Detect NFC tags entering and leaving the communication range.
\li Read and write NDEF message on NFC Forum Tags.
\li Register an NDEF message handler for a particular content type.
\endlist
@@ -44,6 +44,6 @@ With the Qt NFC API typical use cases are:
The following sections describe how to use QtNfc C++ classes for the above use cases.
\section1 Detect NFC tags entering and leaving communication range.
-\section1 Read and write NDEF message on NFC Forum Tags.
+\section1 Read and write an NDEF message on NFC Forum Tags.
\section1 Register an NDEF message handler for a particular content type.
*/