Skip to content

Commit

Permalink
docs: add punctuation to entries missing it
Browse files Browse the repository at this point in the history
  • Loading branch information
boundlesscalm committed Dec 6, 2024
1 parent b5e7dff commit 6d71ad7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/features/flows/nRF9151/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ const evaluationConfig = [
{
app: 'pc-nrfconnect-serial-terminal',
description:
'Use the Serial Terminal desktop application as a serial interface to send AT commands to the device',
'Use the Serial Terminal desktop application as a serial interface to send AT commands to the device.',
vComIndex: 0,
links: [
{
Expand Down
2 changes: 1 addition & 1 deletion src/features/flows/nRF9161/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ const evaluationConfig = [
{
app: 'pc-nrfconnect-serial-terminal',
description:
'Use the Serial Terminal desktop application as a serial interface to send AT commands to the device',
'Use the Serial Terminal desktop application as a serial interface to send AT commands to the device.',
vComIndex: 0,
supplementaryLinks: [
{
Expand Down
2 changes: 1 addition & 1 deletion src/features/flows/thingy91x/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ const evaluateConfig = [
{
app: 'pc-nrfconnect-serial-terminal',
description:
'Use the Serial Terminal PC application as a serial interface to send AT commands to the device',
'Use the Serial Terminal PC application as a serial interface to send AT commands to the device.',
vComIndex: 0,
supplementaryLinks: [
{
Expand Down

0 comments on commit 6d71ad7

Please sign in to comment.