Skip to content

Commit

Permalink
Merge pull request #63 from neatlife/fix/fix-typo
Browse files Browse the repository at this point in the history
fix typos
  • Loading branch information
chengpan168 authored Aug 28, 2023
2 parents b61e135 + dfe4d03 commit 477713e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redis-pro/Views/RedisEditorView/StringEditorView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ struct StringEditorView: View {
// footer
HStack(alignment: .center, spacing: MTheme.H_SPACING) {
if (viewStore.isIntactString) {
Text("lenth: \(viewStore.length)")
Text("length: \(viewStore.length)")
} else {
Text("range: 0~\(viewStore.stringMaxLength + 1) / \(viewStore.length)")
MButton(text: "Show Intact", action: {viewStore.send(.getIntactString)})
Expand Down

0 comments on commit 477713e

Please sign in to comment.