Skip to content

Commit f421ec1

Browse files
authored
Remove extra dots from staticwebapps.config.json
1 parent 63e925a commit f421ec1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

includes/static-web-apps-languages-runtimes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The following example demonstrates how to update the `TargetFramework` element f
3939

4040
### Node.js
4141

42-
The following example configuration demonstrates how to use the `apiRuntime` property to select Node.js 16 as the API language runtime version in the _staticwebapp.config..json_ file.
42+
The following example configuration demonstrates how to use the `apiRuntime` property to select Node.js 16 as the API language runtime version in the _staticwebapp.config.json_ file.
4343

4444
```json
4545
{
@@ -53,7 +53,7 @@ The following example configuration demonstrates how to use the `apiRuntime` pro
5353

5454
### Python
5555

56-
The following example configuration demonstrates how to use the `apiRuntime` property to select Python 3.8 as the API language runtime version in the _staticwebapp.config..json_ file.
56+
The following example configuration demonstrates how to use the `apiRuntime` property to select Python 3.8 as the API language runtime version in the _staticwebapp.config.json_ file.
5757

5858
```json
5959
{

0 commit comments

Comments
 (0)