Skip to content

Commit 75829eb

Browse files
authored
docs(): remove desktop wording (#2501)
1 parent be992d4 commit 75829eb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,18 @@ import DocsCard from '@components/global/DocsCard';
1111
import DocsCards from '@components/global/DocsCards';
1212

1313
<head>
14-
<title>Open-Source UI Toolkit to Create Your Own Mobile or Desktop Apps</title>
14+
<title>Open-Source UI Toolkit to Create Your Own Mobile Apps</title>
1515
<meta
1616
name="description"
17-
content="Ionic Framework is an open-source UI toolkit to create your own mobile and desktop apps using web technologies with integrations for popular frameworks."
17+
content="Ionic Framework is an open-source UI toolkit to create your own mobile apps using web technologies with integrations for popular frameworks."
1818
/>
1919
<link rel="canonical" href="https://ionicframework.com/docs" />
2020
<link rel="alternate" href="https://ionicframework.com/docs" hreflang="x-default" />
2121
<link rel="alternate" href="https://ionicframework.com/docs" hreflang="en" />
2222
<meta property="og:url" content="https://ionicframework.com/docs" />
2323
</head>
2424

25-
Ionic is an open source UI toolkit for building performant, high-quality mobile and desktop apps using web technologies — HTML, CSS, and JavaScript — with integrations for popular frameworks like [Angular](angular/overview.md), [React](react.md), and [Vue](vue/overview.md).
25+
Ionic is an open source UI toolkit for building performant, high-quality mobile apps using web technologies — HTML, CSS, and JavaScript — with integrations for popular frameworks like [Angular](angular/overview.md), [React](react.md), and [Vue](vue/overview.md).
2626

2727
Get started building by [installing Ionic](intro/cli.md) or following our [First App Tutorial](intro/next.md#build-your-first-app) to learn the main concepts.
2828

@@ -80,7 +80,7 @@ Ionic emulates native app UI guidelines and uses native SDKs, bringing the UI st
8080

8181
### Cross-platform
8282

83-
Build and deploy apps that work across multiple platforms, such as native iOS, Android, desktop, and the web as a Progressive Web App - all with one code base. Write once, run anywhere.
83+
Build and deploy apps that work across multiple platforms, such as native iOS, Android, and the web as a Progressive Web App - all with one code base. Write once, run anywhere.
8484

8585
### Web Standards-based
8686

@@ -109,11 +109,11 @@ Angular has always been at the center of what makes Ionic great. While the core
109109

110110
### React
111111

112-
Ionic now has official support for the popular React library. Ionic React lets React developers use their existing web skills to build apps that target iOS, Android, the web, and the desktop. With `@ionic/react`, you can use all the core Ionic components, but in a way that feels like using native React components.
112+
Ionic now has official support for the popular React library. Ionic React lets React developers use their existing web skills to build apps that target iOS, Android, and the web. With `@ionic/react`, you can use all the core Ionic components, but in a way that feels like using native React components.
113113

114114
### Vue
115115

116-
Ionic now has official support for the popular Vue 3 library. Ionic Vue lets Vue developers use their existing web skills to build apps that target iOS, Android, the web, and the desktop. With `@ionic/vue`, you can use all the core Ionic components, but in a way that feels like using native Vue components.
116+
Ionic now has official support for the popular Vue 3 library. Ionic Vue lets Vue developers use their existing web skills to build apps that target iOS, Android, and the web. With `@ionic/vue`, you can use all the core Ionic components, but in a way that feels like using native Vue components.
117117

118118
### Future Support
119119

0 commit comments

Comments
 (0)