Skip to content

Commit d1b39df

Browse files
Amanda ButlerDonatien Garnier
authored andcommitted
Copy edit NFCController.md
Copy edit for consistent capitalization across docs.
1 parent ca5f09a commit d1b39df

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/reference/api/connectivity/nfc/NFCController.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
## NFC Controller
1+
## NFC controller
22

3-
To use a NFC controller, you must initiate the instance with a driver instance, an event queue and a scratch buffer for NDEF messages.
3+
To use an NFC controller, you must initiate the instance with a driver instance, an event queue and a scratch buffer for NDEF messages.
44

5-
### NFC Controller Class Reference
5+
### NFC controller class reference
66

77
[![View code](https://www.mbed.com/embed/?type=library)](http://os-doc-builder.test.mbed.com/docs/development/mbed-os-api-doxy/FIXME)
88

9-
### NFC Controller Example
9+
### NFC controller example
1010

1111
```cpp
1212
#include "stdint.h"
@@ -46,4 +46,4 @@ struct NFCDelegate : mbed::nfc::NFCController::Delegate {
4646
nfc_initiator->connect(); // Connect to the initiator
4747
}
4848
};
49-
```
49+
```

0 commit comments

Comments
 (0)