Skip to content

Commit 7726c16

Browse files
mokagioclaude
andcommitted
Fix typos in configure_helper.rb
--- Generated with the help of Claude Code, https://claude.com/claude-code Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 46646f2 commit 7726c16

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/fastlane/plugin/wpmreleasetoolkit/helper/configure_helper.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ def self.repo_commits_ahead_of_remote
151151
end
152152

153153
### A helper function to extract the distance from the provided string.
154-
### (ie – this function will recieve "behind 2" or "ahead 6" and return 2 or 6, respectively.
154+
### (ie – this function will receive "behind 2" or "ahead 6" and return 2 or 6, respectively.
155155
def self.parse_distance(match)
156156
distance = match.to_s.scan(/\d+/).first
157157

@@ -265,7 +265,7 @@ def self.project_encryption_key
265265
end
266266

267267
## Updates the project encryption key defined in ~/.mobile-secrets/keys.json
268-
## The updated file is commited and push to the repo
268+
## The updated file is committed and push to the repo
269269
def self.update_project_encryption_key
270270
# Update keys.json with the new key
271271
keys_json = mobile_secrets_keys_json

0 commit comments

Comments
 (0)