tauri-apps / tauri

Build smaller, faster, and more secure desktop and mobile applications with a web frontend.
https://tauri.app
Apache License 2.0
85.53k stars 2.58k forks source link

docs: fix capability configuration examples #11537

Closed andrii-bodnar closed 3 weeks ago

andrii-bodnar commented 3 weeks ago

Hello! I noticed two examples on the Capability Reference page with incorrect formatting:

This PR fixes these examples.

github-actions[bot] commented 3 weeks ago

Package Changes Through 536bfc133cc5e63dba3155c0a8e25f35dc01fd41

There are 6 changes which include tauri with patch, tauri-bundler with patch, tauri-cli with patch, @tauri-apps/cli with patch, tauri-runtime-wry with patch, @tauri-apps/api with patch

Planned Package Versions The following package releases are the planned based on the context of changes in this pull request. | package | current | next | |----|----|----| | @tauri-apps/api | 2.0.3 | 2.0.4 | tauri-bundler | 2.0.4 | 2.0.5 | tauri-runtime-wry | 2.1.2 | 2.1.3 | tauri | 2.0.6 | 2.0.7 | @tauri-apps/cli | 2.0.4 | 2.0.5 | tauri-cli | 2.0.4 | 2.0.5 |

Add another change file through the GitHub UI by following this link.


Read about change files or the docs at github.com/jbolda/covector

amrbashir commented 3 weeks ago

Thank you