Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
hassandraga committed Jun 20, 2024
1 parent 2ba3696 commit c29a9ad
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions server/docs/2.5/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1148,13 +1148,13 @@ int main() {
Show a **WebView** window using embedded HTML, or a file. If the window is already open, it will be refreshed.
> WebUI main focus is using the web browsers as GUI, but in case you need to use WebView instead of a web browser, then you can use this API which is added to WebUI starting from v2.5.
> WebUI's primary focus is using web browsers as GUI, but if you need to use WebView instead of a web browser, then you can use this API, which was added to WebUI starting from v2.5.
> Windows dependencies: WebView2, and `WebView2Loader.dll`.
> Linux dependencies: WebKit GTK v3.
> macOS dependencies: WebKit (_WKWebView_).
> Windows Dependencies: WebView2, and `WebView2Loader.dll`.
>
> Linux Dependencies: WebKit GTK v3.
>
> macOS Dependencies: WebKit (_WKWebView_).
<!-- tabs:start -->
<!-- ---------- -->
Expand Down

0 comments on commit c29a9ad

Please sign in to comment.