Skip to content

Commit

Permalink
[docs] Remove duplicate "how" words (expo#22829)
Browse files Browse the repository at this point in the history
# Why

It seems that “how” is repeated.


![image](https://github.com/expo/expo/assets/63455218/174cfe2a-de1e-4518-945d-37362fc0976f)

# How

Remove duplicate word.

# Test Plan


![image](https://github.com/expo/expo/assets/63455218/96a82057-d864-4d92-99b5-65b41331bd81)

# Checklist

<!--
Please check the appropriate items below if they apply to your diff.
This is required for changes to Expo modules.
-->

- [x] Documentation is up to date to reflect these changes (eg:
https://docs.expo.dev and README.md).
- [x] Conforms with the [Documentation Writing Style
Guide](https://github.com/expo/expo/blob/main/guides/Expo%20Documentation%20Writing%20Style%20Guide.md)
- [ ] This diff will work correctly for `npx expo prebuild` & EAS Build
(eg: updated a module plugin).
  • Loading branch information
yixiaojiu authored Jun 11, 2023
1 parent 8010f0c commit e81992b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/eas-update/expo-dev-client.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Using expo-dev-client with EAS Update
description: Learn how how to use the expo-dev-client library to preview a published EAS Update inside a development build.
description: Learn how to use the expo-dev-client library to preview a published EAS Update inside a development build.
---

import { Step } from '~/ui/components/Step';
Expand Down

0 comments on commit e81992b

Please sign in to comment.