Skip to content

Commit fdfea44

Browse files
authored
Fixed typo
1 parent 0568a27 commit fdfea44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mac/configurations.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.assetid: 78107CFA-9308-4293-A92A-9B552A259E15
1010

1111
# Understanding build configurations
1212

13-
## Project build fonfigurations
13+
## Project build configurations
1414

1515
Projects can have multiple configurations and switching between them allows for different outputs at build time. For example, when using a Debug configuration, the output will include debugging symbols, which allows the debugger to resolve function names, parameters, or variables from a crashed application's stack trace. Using a Debug configuration, however, leads to an inflated file size and so would not be ideal for an application intended for distribution.
1616

@@ -62,4 +62,4 @@ The list below provides some examples of data that could be included in run conf
6262
* Startup app: default or custom
6363
* WatchKit project
6464
* Mode (Glance, Notification)
65-
* Notification payload
65+
* Notification payload

0 commit comments

Comments
 (0)